mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-14 18:12:23 +08:00
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"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]
|
|
}
|