From 0d18a3a441a5465a6a1775576bb0815419643aa9 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Thu, 5 Oct 2023 14:42:50 +0200 Subject: deploy powerdns and bgp config --- modules/powerdns/pdns-primary.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/powerdns/pdns-primary.conf (limited to 'modules/powerdns/pdns-primary.conf') diff --git a/modules/powerdns/pdns-primary.conf b/modules/powerdns/pdns-primary.conf new file mode 100644 index 0000000..0d76e7a --- /dev/null +++ b/modules/powerdns/pdns-primary.conf @@ -0,0 +1,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 -- cgit v1.2.3