From: Frank Brehm Date: Thu, 11 Jan 2018 14:44:31 +0000 (+0100) Subject: Adding a template for a pdns-api.ini X-Git-Tag: 0.1.2~61 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=690bebbd37096f453831c085cabbd8b5bc27893f;p=pixelpark%2Fadmin-tools.git Adding a template for a pdns-api.ini --- 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