-
Notifications
You must be signed in to change notification settings - Fork 7
Unbound
George edited this page Mar 31, 2021
·
3 revisions
Example Unbound DNS server configuration for meshname domains.
Create a file /etc/unbound/unbound.conf.d/meshname.conf
with this content
server:
interface: 0.0.0.0
interface: ::0
access-control: 127.0.0.0/8 allow
access-control: 200::/7 allow_setrd
hide-identity: yes
hide-version: yes
hide-trustanchor: yes
do-not-query-localhost: no
domain-insecure: "meshname."
domain-insecure: "ygg."
forward-zone:
name: "."
forward-addr: 1.1.1.1
forward-zone:
name: "ygg."
forward-addr: ::1@53535
forward-zone:
name: "meshname."
forward-addr: ::1@53535