shell-things/etc/unbound/unbound.conf.d/access-control.conf
Mikaela Suomalainen fc35481c8d unbound: fix access-control.conf
* .conf was missing from the end
* comment access allowing
* fix wrong CIDR
2015-02-12 08:22:02 +02:00

10 lines
236 B
Plaintext

# Listen on public interfaces
interface: 0.0.0.0
# NOTE! `sysctl net.ipv6.bindv6only=1`
interface: ::
# Allow connecting from
#access-control: 10.0.0.0/8 allow
#access-control: 172.16.0.0/16 allow
#access-control: 192.168.0.0/24 allow