1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-13 14:55:43 +02:00
This commit is contained in:
simon 2022-03-07 23:53:06 +01:00
parent abf4a02384
commit 5815ebfa54

View file

@ -102,6 +102,10 @@ server:
access-control: 172.16.0.0/12 allow
access-control: 10.0.0.0/8 allow
# Enable chroot (i.e, change apparent root directory for the current
# running process and its children)
#chroot: "/etc/unbound"
# Deny queries of type ANY with an empty response.
deny-any: yes
@ -140,6 +144,11 @@ server:
# Refuse version.server and version.bind queries
hide-version: yes
# Set the HTTP User-Agent header for outgoing HTTP requests. If
# set to "", the default, then the package name and version are
# used.
#http-user-agent: "DNS"
# Report this identity rather than the hostname of the server.
identity: "DNS"