You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
518 B
18 lines
518 B
## |
|
## Corefile -- CoreDNS Server Configuration |
|
## |
|
|
|
# listen on port 53 for all requests |
|
.:53 { |
|
# proxy everything to Google DNS service |
|
proxy . 8.8.8.8:53 |
|
|
|
# service localhost locally |
|
file @l_prefix@/etc/coredns/zones/db.localhost localhost |
|
file @l_prefix@/etc/coredns/zones/db.localhost.ipv4 0.0.127.in-addr.arpa |
|
file @l_prefix@/etc/coredns/zones/db.localhost.ipv6 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa |
|
|
|
# perform logging |
|
log stdout |
|
} |
|
|
|
|