From f8dbf7aef4f1b1648bd2980b62f2ef57d653e800 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 29 May 2020 08:49:19 -0400 Subject: renames --- etc/powerdns/pdns.d/bind.conf | 2 ++ etc/powerdns/pdns.d/pdns.local.conf | 3 +++ etc/powerdns/pdns.d/pdns.local.gsqlite3.conf | 8 ++++++++ 3 files changed, 13 insertions(+) create mode 100644 etc/powerdns/pdns.d/bind.conf create mode 100644 etc/powerdns/pdns.d/pdns.local.conf create mode 100644 etc/powerdns/pdns.d/pdns.local.gsqlite3.conf (limited to 'etc/powerdns/pdns.d') diff --git a/etc/powerdns/pdns.d/bind.conf b/etc/powerdns/pdns.d/bind.conf new file mode 100644 index 0000000..01775c1 --- /dev/null +++ b/etc/powerdns/pdns.d/bind.conf @@ -0,0 +1,2 @@ +launch+=bind +bind-config=/etc/powerdns/named.conf diff --git a/etc/powerdns/pdns.d/pdns.local.conf b/etc/powerdns/pdns.d/pdns.local.conf new file mode 100644 index 0000000..3616b88 --- /dev/null +++ b/etc/powerdns/pdns.d/pdns.local.conf @@ -0,0 +1,3 @@ +# Here come the local changes the user made, like configuration of +# the several backends that exist. + diff --git a/etc/powerdns/pdns.d/pdns.local.gsqlite3.conf b/etc/powerdns/pdns.d/pdns.local.gsqlite3.conf new file mode 100644 index 0000000..ccde43f --- /dev/null +++ b/etc/powerdns/pdns.d/pdns.local.gsqlite3.conf @@ -0,0 +1,8 @@ +# Configuration for gsqlite +# +# Launch gsqlite3 +launch+=gsqlite3 + +# Database location +gsqlite3-database=/var/lib/powerdns/pdns.sqlite3 +gsqlite3-dnssec=on -- cgit v1.2.3