1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-11 14:05:43 +02:00
This commit is contained in:
sujiba 2023-05-04 01:33:01 +02:00
parent 6b6e66f29f
commit 678bd62a22

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"