summarylogtreecommitdiffstats
path: root/inadyn.conf
diff options
context:
space:
mode:
authorwillemw122018-02-12 11:00:53 +0100
committerwillemw122018-02-12 11:00:53 +0100
commit68f59a199ca48db6c90b5cdeb199855ef35cde85 (patch)
tree8c061c3791b66518b39530ecb90a7f5ffae98cd4 /inadyn.conf
parent9708707aab18d87bb0ae079039f4a051e1bb36a1 (diff)
downloadaur-68f59a199ca48db6c90b5cdeb199855ef35cde85.tar.gz
Install config from examples
Diffstat (limited to 'inadyn.conf')
-rw-r--r--inadyn.conf65
1 files changed, 0 insertions, 65 deletions
diff --git a/inadyn.conf b/inadyn.conf
deleted file mode 100644
index 822ac9e03351..000000000000
--- a/inadyn.conf
+++ /dev/null
@@ -1,65 +0,0 @@
-# /etc/inadyn.conf :: v2 configuration file format
-#
-# 1. Select a matching DDNS provider to uncomment, this file lists a few
-# common ones, including a custom one, see inadyn(8) for the full list
-#
-# 2. Edit the following options:
-# <username> - your username at the DDNS provider
-# <password> - your password at the DDNS provider
-# <hostname> - the DNS hostname(s) you want to update
-#
-# 3. Ensure to set 600 permissions on this file!
-#
-# See inadyn.conf(5) for detailed information on the syntax
-
-# How often the IP is checked. The value denotes seconds
-#period = 300
-
-# Custom HTTP user agent, some DDNS providers require this.
-# Default is inadyn/VERSION, you rarely need this.
-#user-agent = Mozilla/4.1
-
-# Set interface to check for IP, default is to ask an external
-# checkip server -- you rarely need this.
-#iface = eth1
-
-### FreeDNS -- https://freedns.afraid.org
-#provider freedns.afraid.org {
-# username = <username>
-# password = <password>
-# hostname = <hostname>
-#}
-
-### Loopia -- https://www.loopia.com
-#provider loopia {
-# username = <username>
-# password = <password>
-## wildcard = true
-# hostname = { <hostname1>, <hostname2>, ... }
-#}
-
-### DYN.com -- http://www.dyn.com
-#provider Dyn {
-# username = <username>
-# password = <password>
-# hostname = <hostname>
-#}
-
-### FreeMyIP -- https://freemyip.com
-#provider freemyip.com {
-# password = <your_token>
-# hostname = <your_hostname>.freemyip.com
-#}
-
-### Custom provider setup for http://twoDNS.de
-#custom twoDNS {
-# username = <username>
-# password = <password>
-# checkip-server = checkip.two-dns.de
-# checkip-path = /
-# checkip-ssl = false
-# ddns-server = update.twodns.de
-# ddns-path = "/update?hostname=%h"
-# ssl = true
-# hostname = <hostname>.dd-dns.de
-#}