From 6a87111f8be6e81de90e1a9b635ea0e3b6ab73ac Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 19 Apr 2024 19:58:23 +0300 Subject: [PATCH] unbound/well-known-dns.conf: initial commit --- etc/unbound/unbound.conf.d/well-known-dns.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/unbound/unbound.conf.d/well-known-dns.conf diff --git a/etc/unbound/unbound.conf.d/well-known-dns.conf b/etc/unbound/unbound.conf.d/well-known-dns.conf new file mode 100644 index 00000000..aa518958 --- /dev/null +++ b/etc/unbound/unbound.conf.d/well-known-dns.conf @@ -0,0 +1,15 @@ +# The point of this file is to have these domains just work without having +# to send queries, even if they are queried by web browser. +server: + # Quad9 Secure + ECS + local-data: "dns11.quad9.net A 9.9.9.11" + local-data: "dns11.quad9.net A 149.112.112.11" + local-data: "dns11.quad9.net AAAA 2620:fe::11" + local-data: "dns11.quad9.net AAAA 2620:fe::fe:11" + # DNS0 default + local-data: "dns0.eu A 193.110.81.0" + local-data: "dns0.eu A 185.253.5.0" + local-data: "dns0.eu AAAA 2a0f:fc80::" + local-data: "dns0.eu AAAA 2a0f:fc81::" + +# vim: filetype=unbound.conf