8 lines
No EOL
398 B
Bash
8 lines
No EOL
398 B
Bash
#!/usr/bin/env bash
|
|
DYNV6_MAIL_ENABLED="false" # if notify via mail
|
|
DYNV6_MAIL_ADDRESS="" # (optional) mail.rc has to be configured
|
|
DYNV6_TOKEN="" # the dynv6 token
|
|
DYNV6_HOSTNAME="" # the dynv6 hostname
|
|
DYNV6_IPV4_ENABLED=true # if should update ipv4
|
|
DYNV6_IPV6_ENABLED=true # if should update ipv6
|
|
DYNV6_IPV6_INTERFACE=eth0 # which interface to track, be sure that Privacy Extensions are disabled |