From 690bebbd37096f453831c085cabbd8b5bc27893f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 11 Jan 2018 15:44:31 +0100 Subject: [PATCH] Adding a template for a pdns-api.ini --- etc/pdns-api.ini.default | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/pdns-api.ini.default diff --git a/etc/pdns-api.ini.default b/etc/pdns-api.ini.default new file mode 100644 index 0000000..553506a --- /dev/null +++ b/etc/pdns-api.ini.default @@ -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 -- 2.39.5