## ## 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 }