Commit d34ed164 authored by Max Lv's avatar Max Lv

Revert "Disable China IP list in overture"

This reverts commit 24116b53.
parent 7d8eabd1
Subproject commit e7594118e8cf164ffb53923b9b89ae169cb87156 Subproject commit 58ab31a9fdfcc7f62f00c0b093ff6a37efcc3ff2
This diff is collapsed.
...@@ -84,6 +84,7 @@ object LocalDnsService { ...@@ -84,6 +84,7 @@ object LocalDnsService {
Acl.BYPASS_CHN, Acl.BYPASS_LAN_CHN, Acl.GFWLIST, Acl.CUSTOM_RULES -> config Acl.BYPASS_CHN, Acl.BYPASS_LAN_CHN, Acl.GFWLIST, Acl.CUSTOM_RULES -> config
.put("PrimaryDNS", localDns) .put("PrimaryDNS", localDns)
.put("AlternativeDNS", remoteDns) .put("AlternativeDNS", remoteDns)
.put("IPNetworkFile", "china_ip_list.txt")
.put("DomainFile", data.aclFile!!.absolutePath) .put("DomainFile", data.aclFile!!.absolutePath)
Acl.CHINALIST -> config Acl.CHINALIST -> config
.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