Commit 74f7726c authored by Max Lv's avatar Max Lv

Add ACL file for domain exception in overture

parent d8a65d7b
(^|\.)googleapis(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?){1,2}$
...@@ -70,6 +70,7 @@ object LocalDnsService { ...@@ -70,6 +70,7 @@ object LocalDnsService {
put("PrimaryDNS", localDns) put("PrimaryDNS", localDns)
put("AlternativeDNS", remoteDns) put("AlternativeDNS", remoteDns)
put("IPNetworkFile", "china_ip_list.txt") put("IPNetworkFile", "china_ip_list.txt")
put("DomainFile", "dns.acl")
} }
Acl.CHINALIST -> { Acl.CHINALIST -> {
put("PrimaryDNS", localDns) put("PrimaryDNS", localDns)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment