From 5e4fefbc7de75786cbcbf0686e5539a96a7d70fb Mon Sep 17 00:00:00 2001 From: Ben Nicholson Date: Mon, 13 Jan 2025 19:28:38 +1100 Subject: [PATCH] Add inadyn/inadyn.conf --- inadyn/inadyn.conf | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 inadyn/inadyn.conf diff --git a/inadyn/inadyn.conf b/inadyn/inadyn.conf new file mode 100644 index 0000000..7710ef2 --- /dev/null +++ b/inadyn/inadyn.conf @@ -0,0 +1,32 @@ +# /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: +# - your username at the DDNS provider +# - your password at the DDNS provider +# - 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 + +provider cloudflare.com { + username = apointless.space + password = APIKEY + hostname = ddns.apointless.space + ttl = 1 # optional, value of 1 is 'automatic'. + proxied = false # optional. +}