-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
35 lines (32 loc) · 808 Bytes
/
config.yaml
File metadata and controls
35 lines (32 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
service:
listen_port: 53
listen_address: 0.0.0.0
runas_user: nobody
runas_group: nogroup
check_doh_ssl: true
initial_dns:
- 1.1.1.1
- 8.8.8.8
default:
doh_url_select: "roundrobin" # random, roundrobin
doh_max_retries: 5
doh_urls:
- https://cloudflare-dns.com/dns-query
- https://dns.google/dns-query
- https://blitz.ahadns.com
- https://dns.bebasid.com/dns-query
- https://doh.opendns.com/dns-query
- https://doh.familyshield.opendns.com/dns-query
- https://dns.digitalsize.net/dns-query
rules:
match:
- domain: '.google\.com\.$'
doh_url_select: "random" # random, roundrobin
doh_max_retries: 15
doh_urls:
- https://dns.google/dns-query
- domain: '.localhost\.com\.$'
static:
A: 127.0.0.1
TXT: localmachine