From 45f1c1078f0a1dd2cb6ec2fd159285e15cc211e3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Apr 2024 09:10:36 +0300 Subject: [PATCH] unbound/well-known-dns.conf: add Google DNS --- etc/unbound/unbound.conf.d/well-known-dns.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/unbound/unbound.conf.d/well-known-dns.conf b/etc/unbound/unbound.conf.d/well-known-dns.conf index a15ec0f4..fe8b1b82 100644 --- a/etc/unbound/unbound.conf.d/well-known-dns.conf +++ b/etc/unbound/unbound.conf.d/well-known-dns.conf @@ -44,5 +44,13 @@ server: local-data: "dns.adguard-dns.com. A 94.140.15.15" local-data: "dns.adguard-dns.com. AAAA 2a10:50c0::ad1:ff" local-data: "dns.adguard-dns.com. AAAA 2a10:50c0::ad2:ff" +# Google DNS + local-data: "dns.google. A 8.8.8.8" + local-data: "dns.google. A 8.8.4.4" + local-data: "dns.google. AAAA 2001:4860:4860::8888" + local-data: "dns.google. AAAA 2001:4860:4860::8844" +# Google DNS64 + local-data: "dns64.dns.google. AAAA 2001:4860:4860::6464" + local-data: "dns64.dns.google. AAAA 2001:4860:4860::64" # vim: filetype=unbound.conf