mirror of
https://github.com/sujiba/pihole-unbound-hyperlocal.git
synced 2025-07-14 07:15:43 +02:00
V.2022.04.1
This commit is contained in:
parent
8c45596b1e
commit
300a9ad4aa
3 changed files with 18 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
server:
|
||||
###########################################################################
|
||||
# BASIC SETTINGS
|
||||
###########################################################################
|
||||
|
||||
###########################################################################
|
||||
|
||||
# Listen to for queries from clients and answer from this network interface
|
||||
# and port.
|
||||
interface: 127.0.0.1
|
||||
|
@ -16,8 +16,11 @@ server:
|
|||
# and for *native* IPv6
|
||||
prefer-ip6: no
|
||||
|
||||
# Enable DNSSEC
|
||||
auto-trust-anchor-file: "/usr/local/etc/unbound/root.key"
|
||||
|
||||
# where to find root server data
|
||||
root-hints: /var/lib/unbound/root.hints
|
||||
root-hints: "/usr/local/etc/unbound/root.hints"
|
||||
|
||||
# Reduce EDNS reassembly buffer size.
|
||||
# Suggested by the unbound man page to reduce fragmentation reassembly problems
|
||||
|
@ -104,7 +107,7 @@ server:
|
|||
|
||||
# Enable chroot (i.e, change apparent root directory for the current
|
||||
# running process and its children)
|
||||
#chroot: "/etc/unbound"
|
||||
chroot: "/usr/local/etc/unbound/"
|
||||
|
||||
# Deny queries of type ANY with an empty response.
|
||||
deny-any: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue