diff --git a/production.yaml b/production.yaml index 5d78a08..008c431 100644 --- a/production.yaml +++ b/production.yaml @@ -1,7 +1,11 @@ -primaries: +authoritative-dns: hosts: dns.lauka.net: -dbservers: - hosts: + ipv4: 212.132.71.126 + ipv6: 2a02:247a:271:cc00::1 dns.itslaura.eu: - dns.0xbe.be: \ No newline at end of file + ipv4: 5.250.191.170 + ipv6: 2001:ba0:217:e400::1 + dns.0xbe.be: + ipv4: 194.164.17.227 + ipv6: 2a00:da00:f218:6300::1 \ No newline at end of file diff --git a/roles/powerdns-install/templates/pdns.conf.j2 b/roles/powerdns-install/templates/pdns.conf.j2 new file mode 100644 index 0000000..f909e34 --- /dev/null +++ b/roles/powerdns-install/templates/pdns.conf.j2 @@ -0,0 +1,12 @@ +launch=gsqlite3 +gsqlite3-database=/var/lib/powerdns/powerdns.db +local-port=1053 + + +secondary=yes +autosecondary=no + +log-dns-details=yes +log-dns-queries=yes +log-timestamp=yes +loglevel=6 \ No newline at end of file