Unverified Commit a0ae8bf1 authored by Mygod's avatar Mygod Committed by GitHub

Fix issue caused by overture update

parent cabe12e8
...@@ -69,7 +69,7 @@ object LocalDnsService { ...@@ -69,7 +69,7 @@ object LocalDnsService {
Acl.BYPASS_CHN, Acl.BYPASS_LAN_CHN, Acl.GFWLIST, Acl.CUSTOM_RULES -> { Acl.BYPASS_CHN, Acl.BYPASS_LAN_CHN, Acl.GFWLIST, Acl.CUSTOM_RULES -> {
put("PrimaryDNS", localDns) put("PrimaryDNS", localDns)
put("AlternativeDNS", remoteDns) put("AlternativeDNS", remoteDns)
put("IPNetworkFile", JSONObject(mapOf("Alternative" to "china_ip_list.txt"))) put("IPNetworkFile", JSONObject(mapOf("Primary" to "china_ip_list.txt")))
put("AclFile", "domain_exceptions.acl") put("AclFile", "domain_exceptions.acl")
} }
Acl.CHINALIST -> { Acl.CHINALIST -> {
......
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