mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-12 14:35:42 +02:00
commit
This commit is contained in:
parent
6b6e66f29f
commit
678bd62a22
1 changed files with 9 additions and 0 deletions
|
@ -102,6 +102,10 @@ server:
|
||||||
access-control: 172.16.0.0/12 allow
|
access-control: 172.16.0.0/12 allow
|
||||||
access-control: 10.0.0.0/8 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 queries of type ANY with an empty response.
|
||||||
deny-any: yes
|
deny-any: yes
|
||||||
|
|
||||||
|
@ -140,6 +144,11 @@ server:
|
||||||
# Refuse version.server and version.bind queries
|
# Refuse version.server and version.bind queries
|
||||||
hide-version: yes
|
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.
|
# Report this identity rather than the hostname of the server.
|
||||||
identity: "DNS"
|
identity: "DNS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue