aboutsummaryrefslogtreecommitdiff
path: root/modules/powerdns/pdns-primary.conf
blob: 0d76e7a57eaa1d15aca0d4b00e5d991bf232e8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
allow-axfr-ips = 10.0.0.0/8,127.0.0.0/8
allow-dnsupdate-from = 10.0.0.0/8,127.0.0.0/8
also-notify =

default-soa-content = primary.ns.vapor.systems hostmaster.@ 0 10800 3600 604800 3600

gpgsql-dbname = pdns
gpgsql-host = /var/run/postgresql
gpgsql-port = 5432
gpgsql-user = pdns
launch = gpgsql

api = yes
local-address = 0.0.0.0 [::]
primary = yes
webserver = yes
webserver-address = 10.10.0.1
webserver-allow-from = 10.0.0.0/8,127.0.0.0/8