Hello,
Simple question that I cannot ascertain reading the unbound docs -
If I have
in my
Can I then add
Scoped to a specific forward zone, like below:
Or is this configuration not currently supported?
Simple question that I cannot ascertain reading the unbound docs -
If I have
Code:
prefetch: yes
in my
/var/unbound/unbound.conf
Can I then add
prefetch: no
Scoped to a specific forward zone, like below:
Code:
forward-zone:
name: "internal"
forward-addr: 192.168.5.10
prefetch: no
Or is this configuration not currently supported?