Commit 28530d06 authored by Max Lv's avatar Max Lv

Rename the domain exception list for overture

parent 56141a9b
...@@ -70,7 +70,7 @@ object LocalDnsService { ...@@ -70,7 +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") put("DomainFile", "domain_exceptions.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