nsupdate/nsupdate.d/sample.config.dist
vdecine 927e777e04 Use single quotes to allow all characters in password
Several characters e.g. $ are not correctly escaped using double quotes.
2014-03-08 14:54:03 +01:00

18 lines
473 B
Plaintext
Executable File

# nsupdate.config
# from which site should we get your wan ip?
IP_CHECK_SITE="http://ip.dblx.io"
# use drill instead of nslookup for hostname lookup
USE_DRILL="YES"
IPV6="NO"
# Login credentials for the inwx admin interface
INWX_USER="USERNAME"
INWX_PASS='PASSWORD'
# The hostname that you want to update and it's ID from the inwx interface
# You get the ID when you edit the given nameserver entry and hover the save button.
DOMAIN="DOMAIN"
INWX_DOMAIN_ID="123456789"