add coredns config
This commit is contained in:
parent
c7752a9a77
commit
4880ef96cb
1 changed files with 13 additions and 0 deletions
13
etc/coredns/Corefile
Normal file
13
etc/coredns/Corefile
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# /etc/coredns/Corefile
|
||||||
|
|
||||||
|
# forward DNS queries to quad9 using DoT
|
||||||
|
.:53 {
|
||||||
|
any
|
||||||
|
cache
|
||||||
|
cancel
|
||||||
|
forward . tls://9.9.9.10 tls://149.112.112.10 {
|
||||||
|
tls_servername dns10.quad9.net
|
||||||
|
health_check 60s
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue