33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
# /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
|
|
|
|
provider cloudflare.com {
|
|
username = apointless.space
|
|
password = APIKEY
|
|
hostname = ddns.apointless.space
|
|
ttl = 1 # optional, value of 1 is 'automatic'.
|
|
proxied = false # optional.
|
|
}
|