mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
dns/ddclient: Add Akamai to checkip providers. (#4660)
This commit is contained in:
parent
a3a4a3b986
commit
1936e00736
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ import ipaddress
|
|||
from urllib.parse import urlparse
|
||||
|
||||
checkip_service_list = {
|
||||
'akamai': '%s://whatismyip.akamai.com',
|
||||
'akamai-ipv4': '%s://ipv4.whatismyip.akamai.com',
|
||||
'akamai-ipv6': '%s://ipv6.whatismyip.akamai.com',
|
||||
'cloudflare': '%s://one.one.one.one/cdn-cgi/trace',
|
||||
'cloudflare-ipv4': '%s://1.1.1.1/cdn-cgi/trace',
|
||||
'cloudflare-ipv6': '%s://[2606:4700:4700::1111]/cdn-cgi/trace',
|
||||
|
|
|
|||
Loading…
Reference in a new issue