2019-09-08 12:45:57 +00:00
|
|
|
#!/usr/bin/env bash
|
2019-09-27 20:50:33 +00:00
|
|
|
DYNV6_MAIL_ENABLED="false" // if notify via mail
|
2019-09-08 12:45:57 +00:00
|
|
|
DYNV6_MAIL_ADDRESS="" // (optional) mail.rc has to be configured
|
|
|
|
DYNV6_TOKEN="" // the dynv6 token
|
2019-09-27 20:50:33 +00:00
|
|
|
DYNV6_HOSTNAME="" // the dynv6 hostname
|
|
|
|
DYNV6_IPV4_ENABLED=true // if should update ipv4
|
|
|
|
DYNV6_IPV6_ENABLED=true // if should update ipv6
|