From 3cd79fd9ad07529f85c8b04d51131b5300c84b34 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 28 Jun 2018 21:35:52 +0200 Subject: [PATCH] unbound/even --- in/public/network/unbound/index.rst | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/in/public/network/unbound/index.rst b/in/public/network/unbound/index.rst index d970c53..9f21916 100644 --- a/in/public/network/unbound/index.rst +++ b/in/public/network/unbound/index.rst @@ -3,12 +3,6 @@ Unbound * /etc/unbound/unbound.conf - :: - - include: "/etc/unbound/unbound.conf.d/*.conf" - -* /etc/unbound/unbound.conf.d/*.conf - :: server: @@ -21,13 +15,25 @@ Unbound forward-zone: name: "." - forward-addr: 9.9.9.9 + forward-addr: 9.1.2.3 + forward-addr: 9.4.5.6 + forward-addr: 9.7.8.9 + + include: "/etc/unbound/unbound.conf.d/*.conf" + +* /etc/unbound/unbound.conf.d/redirect.conf + + :: + + local-zone: "doubleclick.net" redirect + local-data: "doubleclick.net A 127.0.0.1" + +* /etc/unbound/unbound.conf.d/static.conf + + :: local-zone: "sub.domain.tld" static local-data: "sub.domain.tld 3600 IN A 1.2.3.4" local-data: "sub.domain.tld 3600 IN A 5.6.7.8" local-data-ptr: "1.2.3.4 sub.domain.tld" local-data-ptr: "5.6.7.8 sub.domain.tld" - - local-zone: "doubleclick.net" redirect - local-data: "doubleclick.net A 127.0.0.1"