Re: Unbound Dns no Debian
Posta seu unbound.conf p dar uma olhada...
Re: Unbound Dns no Debian
Citação:
Postado originalmente por
Pedro H Almeida
Posta seu unbound.conf p dar uma olhada...
server:
port: 53
interface: 0.0.0.0
access-control: 0.0.0.0/0 refuse
access-control: 10.0.0.0/8 allow
access-control: 100.64.0.0/10 allow
access-control: 172.16.0.0/12 allow
access-control: 192.168.0.0/16 allow
access-control: 127.0.0.0/8 allow
verbosity: 1
num-threads: 4
outgoing-range: 8192
num-queries-per-thread: 4096
so-rcvbuf: 4m
so-sndbuf: 4m
cache-max-ttl: 86400
cache-min-ttl: 0
infra-host-ttl: 900
infra-cache-slabs: 2
infra-cache-numhosts: 432000
key-cache-size: 4
neg-cache-size: 1
msg-cache-slabs: 2
rrset-cache-slabs: 2
infra-cache-slabs: 2
key-cache-slabs: 2
rrset-cache-size: 200m
msg-cache-size: 4000m
do-ip4: yes
do-ip6: yes
do-udp: yes
do-tcp: yes
do-daemonize: yes
module-config: "iterator"
local-data: "localhost A 127.0.0.1"
local-data-ptr: "127.0.0.1 localhost"
root-hints: "/etc/unbound/named.cache"
use-syslog: yes
logfile: "/etc/unbound/unbound.log"
pidfile: "/var/run/unbound.pid"
hide-identity: yes
hide-version: yes
# DNSSEC validation usind the root trust anchor.
auto-trust-anchor-file: "/var/lib/unbound/root.key"
remote-control:
control-enable: yes
control-interface: 127.0.0.1
control-port: 8953