New %builtinweb
entries for whatismyv6.com
This commit is contained in:
parent
ae89dbdfa3
commit
c9b6c8b3bf
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
||||||
* New built-in IP discovery service shorthands:
|
* New built-in IP discovery service shorthands:
|
||||||
- `googledomains` from https://domains.google
|
- `googledomains` from https://domains.google
|
||||||
- `he` from https://he.net
|
- `he` from https://he.net
|
||||||
|
- `ip4only.me`, `ip6only.me` from http://whatismyv6.com
|
||||||
- `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
|
- `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
|
||||||
- `myonlineportal` from https://myonlineportal.net
|
- `myonlineportal` from https://myonlineportal.net
|
||||||
- `noip-ipv4` and `noip-ipv6` from https://www.noip.com
|
- `noip-ipv4` and `noip-ipv6` from https://www.noip.com
|
||||||
|
|
|
@ -100,6 +100,8 @@ my %builtinweb = (
|
||||||
'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'},
|
'freedns' => {'url' => 'https://freedns.afraid.org/dynamic/check.php'},
|
||||||
'googledomains' => {'url' => 'https://domains.google.com/checkip'},
|
'googledomains' => {'url' => 'https://domains.google.com/checkip'},
|
||||||
'he' => {'url' => 'http://checkip.dns.he.net/'},
|
'he' => {'url' => 'http://checkip.dns.he.net/'},
|
||||||
|
'ip4only.me' => {'url' => 'http://ip4only.me/api/'},
|
||||||
|
'ip6only.me' => {'url' => 'http://ip6only.me/api/'},
|
||||||
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
|
'ipify-ipv4' => {'url' => 'https://api.ipify.org/'},
|
||||||
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
'ipify-ipv6' => {'url' => 'https://api6.ipify.org/'},
|
||||||
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},
|
'loopia' => {'url' => 'http://dns.loopia.se/checkip/checkip.php', 'skip' => 'Current IP Address:'},
|
||||||
|
|
Loading…
Reference in a new issue