Merge branch 'ilikenwf-icanhazip'

This commit is contained in:
Ad Schellevis
2022-09-21 21:08:30 +02:00
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.8
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_DEPENDS= ddclient
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org
+1
View File
@@ -13,6 +13,7 @@ Plugin Changelog
* Make service status and stop more reliable
* Time out checkip script after 10 seconds
* allow % characters in usernames (rev 2)
* add icanhazip.com as a checkip provider (rev 3)
1.7
@@ -111,6 +111,7 @@
<web_freedns>freedns</web_freedns>
<web_googledomains>googledomains</web_googledomains>
<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>
@@ -35,6 +35,7 @@ service_list = {
'freedns': '%s://freedns.afraid.org/dynamic/check.php',
'googledomains': '%s://domains.google.com/checkip',
'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/',