10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
# nsupdate.config
|
|
|
|
# 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.
|
|
HOSTNAME="subdomain.example.com"
|
|
INWX_DOMAIN_ID="123456789" |