view common/unbound.conf-ibbvps @ 400:f354100b688a

Switch to Ubuntu-standard PHP FPM socket dir Ubuntu puts /tmp and /run on tmpfs, which gets wiped each reboot. While these directories *can* be nuked, they aren't on other platforms. Using the old paths, Puppet had to recreate the directory each boot. Using the new paths, Ubuntu handles creation within the systemd config. CentOS should just create once, migrate and work.
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Apr 2022 19:11:39 +0100
parents 58cf3e347102
children
line wrap: on
line source

# Based on https://www.nlnetlabs.nl/documentation/unbound/howto-setup/
# Note: If the upstream DNS stops synthesising IPv6 records for IPv4-only
# domains due to honouring DNSSEC then we need to go back to doing DNS64 here
server:
	interface: 127.0.0.1
	interface: ::1
	access-control: 127.0.0.0/24 allow
	access-control: ::1 allow
        verbosity: 1

forward-zone:
        name: "."
        forward-addr: 2a00:1098:0:80:1000:3b:0:1
        forward-addr: 2a00:1098:0:82:1000:3b:0:1