unbound/even
This commit is contained in:
parent
dc6f2e0265
commit
3cd79fd9ad
1 changed files with 16 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue