acl/app/jaws/plugin/http_access/http_access.cf
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

9 lines
224 B
CFEngine3

service http_plugin_access {
# 以下域名列表是否允许访问
http_domain_allow = www.sina.com, sina.com.cn:0
# 重定向的域名列表
http_domain_redirect = test.tw=test.com.tw
# 是否允许访问其它所有域名
http_domain_allow_all = 0
}