mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
cc05b877a2
first commit acl to github
9 lines
224 B
CFEngine3
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
|
|
}
|