mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 06:15:39 -04:00
ddclient: remove deprecated domains, closes https://github.com/opnsense/plugins/issues/4607
This commit is contained in:
parent
50c9cb095a
commit
8b5dd05fd4
2 changed files with 0 additions and 4 deletions
|
|
@ -146,8 +146,6 @@
|
|||
<web_freedns>freedns</web_freedns>
|
||||
<web_he>he</web_he>
|
||||
<web_icanhazip>icanhazip</web_icanhazip>
|
||||
<web_ip4only_me value="web_ip4only.me">ip4only.me</web_ip4only_me>
|
||||
<web_ip6only_me value="web_ip6only.me">ip6only.me</web_ip6only_me>
|
||||
<web_ipify_ipv4 value="web_ipify-ipv4">ipify-ipv4</web_ipify_ipv4>
|
||||
<web_ipify_ipv6 value="web_ipify-ipv6">ipify-ipv6</web_ipify_ipv6>
|
||||
<web_loopia>loopia</web_loopia>
|
||||
|
|
|
|||
|
|
@ -36,8 +36,6 @@ checkip_service_list = {
|
|||
'freedns': '%s://freedns.afraid.org/dynamic/check.php',
|
||||
'he': '%s://checkip.dns.he.net/',
|
||||
'icanhazip': '%s://icanhazip.com/',
|
||||
'ip4only.me': '%s://ip4only.me/api/',
|
||||
'ip6only.me': '%s://ip6only.me/api/',
|
||||
'ipify-ipv4': '%s://api.ipify.org/',
|
||||
'ipify-ipv6': '%s://api6.ipify.org/',
|
||||
'loopia': '%s://dns.loopia.se/checkip/checkip.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue