summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json77
1 files changed, 0 insertions, 77 deletions
diff --git a/config.json b/config.json
deleted file mode 100644
index a0e6a137de47..000000000000
--- a/config.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "BindAddress": ":53",
- "DebugHTTPAddress": "127.0.0.1:5555",
- "PrimaryDNS": [
- {
- "Name": "114DNS",
- "Address": "114.114.114.114:53",
- "Protocol": "udp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": "",
- "NoCookie": true
- }
- },
- {
- "Name": "Google DNS",
- "Address": "8.8.8.8:53",
- "Protocol": "udp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": "",
- "NoCookie": true
- }
- }
- ],
- "AlternativeDNS": [
- {
- "Name": "Google DNS",
- "Address": "8.8.8.8:53",
- "Protocol": "tcp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet": {
- "Policy": "disable",
- "ExternalIP": ""
- }
- },
- {
- "Name": "OpenDNS",
- "Address": "208.67.222.222:443",
- "Protocol": "tcp",
- "SOCKS5Address": "",
- "Timeout": 5,
- "EDNSClientSubnet":{
- "Policy": "disable",
- "ExternalIP": ""
- }
- }
- ],
- "OnlyPrimaryDNS": false,
- "IPv6UseAlternativeDNS": false,
- "AlternativeDNSConcurrent": false,
- "PoolIdleTimeout": 15,
- "PoolMaxCapacity": 15,
- "WhenPrimaryDNSAnswerNoneUse": "PrimaryDNS",
- "IPNetworkFile": {
- "Primary": "/etc/overture/china_ip_list.txt",
- "Alternative": ""
- },
- "DomainFile": {
- "Primary": "",
- "Alternative": "/etc/overture/gfwlist.txt",
- "Matcher": "full-map"
- },
- "HostsFile": {
- "HostsFile": "/etc/overture/hosts",
- "Finder": "full-map"
- },
- "MinimumTTL": 0,
- "DomainTTLFile": "/etc/overture/domain_ttl.txt",
- "CacheSize": 4096,
- "RejectQtype": [255]
-}