]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Adding a template for a pdns-api.ini
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 11 Jan 2018 14:44:31 +0000 (15:44 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 11 Jan 2018 14:44:31 +0000 (15:44 +0100)
etc/pdns-api.ini.default [new file with mode: 0644]

diff --git a/etc/pdns-api.ini.default b/etc/pdns-api.ini.default
new file mode 100644 (file)
index 0000000..553506a
--- /dev/null
@@ -0,0 +1,20 @@
+# Template for pdns-api.ini
+
+[pdns_api]
+
+# The environment for this application: global, public or local
+#environment = global
+
+# The hostname of the API, if different than the default
+#host = master.pp-dns.com
+
+# The TCP port number of the API (default: 8081
+#port = 8081
+
+# The servername of the PDNS server in the API, in most cases 'localhost'
+#server_id = localhost
+
+# The API key for access
+#key =
+
+# vim: filetype=dosini