summaryrefslogtreecommitdiff
path: root/powerdns/pdns.d
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-05-29 07:20:52 -0400
committerAndrew Cady <d@jerkface.net>2020-05-29 07:24:27 -0400
commit0d70aefb72bcef186cd73cb506be8197f740977d (patch)
tree38ee88381450e88d5073568481affb2c09e4ad36 /powerdns/pdns.d
initial commit
Diffstat (limited to 'powerdns/pdns.d')
-rw-r--r--powerdns/pdns.d/bind.conf2
-rw-r--r--powerdns/pdns.d/pdns.local.conf3
-rw-r--r--powerdns/pdns.d/pdns.local.gsqlite3.conf8
3 files changed, 13 insertions, 0 deletions
diff --git a/powerdns/pdns.d/bind.conf b/powerdns/pdns.d/bind.conf
new file mode 100644
index 0000000..01775c1
--- /dev/null
+++ b/powerdns/pdns.d/bind.conf
@@ -0,0 +1,2 @@
1launch+=bind
2bind-config=/etc/powerdns/named.conf
diff --git a/powerdns/pdns.d/pdns.local.conf b/powerdns/pdns.d/pdns.local.conf
new file mode 100644
index 0000000..3616b88
--- /dev/null
+++ b/powerdns/pdns.d/pdns.local.conf
@@ -0,0 +1,3 @@
1# Here come the local changes the user made, like configuration of
2# the several backends that exist.
3
diff --git a/powerdns/pdns.d/pdns.local.gsqlite3.conf b/powerdns/pdns.d/pdns.local.gsqlite3.conf
new file mode 100644
index 0000000..ccde43f
--- /dev/null
+++ b/powerdns/pdns.d/pdns.local.gsqlite3.conf
@@ -0,0 +1,8 @@
1# Configuration for gsqlite
2#
3# Launch gsqlite3
4launch+=gsqlite3
5
6# Database location
7gsqlite3-database=/var/lib/powerdns/pdns.sqlite3
8gsqlite3-dnssec=on