rigoletto@
Developer
Hello,
I am trying to use unbound without forward and several times it take ages to resolve a supposedly cached website, or do not resolve: DNS address could not be found. It can happen with any site, including freebsd.org.
Basically it works very well for a while then seem it stop working for a minute.
Thanks!
I am trying to use unbound without forward and several times it take ages to resolve a supposedly cached website, or do not resolve: DNS address could not be found. It can happen with any site, including freebsd.org.
Basically it works very well for a while then seem it stop working for a minute.
Code:
server:
username: unbound
directory: /var/unbound
chroot: /var/unbound
pidfile: /var/run/local_unbound.pid
auto-trust-anchor-file: /var/unbound/root.key
root-hints: "/var/unbound/root.hints"
qname-minimisation: yes
minimal-responses: yes
hide-identity: yes
hide-version: yes
interface: 127.0.0.1
interface: 192.168.0.254
access-control: 192.168.0.0/24 allow
include: /var/unbound/control.conf
include: /var/unbound/conf.d/*.conf
Thanks!