- Changed default IP check site to ifconfig.me - Added a switch to use _drill_ instead of _nslookup_ because FreeBSD 10 switched from _bind_ to _unbound_ - Renamed _$HOSTNAME_ to _$DOMAIN_ to work around potential conflicts with _$HOSTNAME_ that's set by the host itself
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
# nsupdate.config
|
|
|
|
# from which site should we get your wan ip?
|
|
IP_CHECK_SITE="http://ifconfig.me/ip"
|
|
|
|
# use drill instead of nslookup for hostname lookup
|
|
USE_DRILL="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="subdomain.example.com"
|
|
INWX_DOMAIN_ID="123456789" |