add config examples

This commit is contained in:
Peter Cai 2021-04-06 15:40:48 +08:00
parent dc5171a598
commit 113a61e01b
2 changed files with 16 additions and 0 deletions

4
blocklist.txt.example Normal file
View File

@ -0,0 +1,4 @@
google.com
microsoft.com
facebook.com
twitter.com

12
config.json.example Normal file
View File

@ -0,0 +1,12 @@
{
"upstream_urls": [
"https://cloudflare-dns.com/dns-query",
"https://dns.google/dns-query"
],
"retries": 4,
"overrides": {
"test.com": "127.0.0.1",
"*.test.example.com": "127.0.0.2",
},
"override_ttl": 600
}