Skip to content

Instantly share code, notes, and snippets.

@Oisann
Created August 19, 2020 08:37
Show Gist options
  • Save Oisann/152a1344ce397b8d35e0ac2492fd5b25 to your computer and use it in GitHub Desktop.
Save Oisann/152a1344ce397b8d35e0ac2492fd5b25 to your computer and use it in GitHub Desktop.
My current CoreDNS config file.
. {
cache
forward . 127.0.0.1:5301 127.0.0.1:5302
}
.:5301 {
forward . 8.8.8.8 8.8.4.4 {
tls_servername dns.google
}
}
.:5302 {
forward . 1.1.1.1 1.0.0.1 {
tls_servername cloudflare-dns.com
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment