You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdns/example_config/config.json

21 lines
510 B
JSON

8 years ago
{
"listen":["tcp:0.0.0.0:8053","udp::8053"],
8 years ago
"default_servers":["tcp:208.67.222.222:53","tcp:8.8.8.8:53"],
"user":"nobody",
"group":"nogroup",
"ttl":3600,
8 years ago
"timeout":1,
"enable_cache":false,
8 years ago
"blacklist_ips":["ip.txt"],
"rules":[
{
"domain_list_file":"domain1.txt",
"servers":["tcp:4.2.2.2:53"]
},
{
"domain_list_file":"domain2.txt",
"servers":["tcp:8.8.4.4:53","https:74.125.200.100"]
8 years ago
}
]
}