-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Updating DynDNS-Records works very slow.
protocols = {
'IP': {'version': 4, 'api': 'https://api.ipify.org', 'record_type': 'A',
'protocol_enforce': allowed_gai_family_ipv4},
'IPv4': {'version': 4, 'api': 'https://api.ipify.org', 'record_type': 'A',
'protocol_enforce': allowed_gai_family_ipv4},
'IPv6': {'version': 6, 'api': 'https://api6.ipify.org', 'record_type': 'AAAA',
'protocol_enforce': allowed_gai_family_ipv6}
}
Changed URLs to:
protocols = {
'IP': {'version': 4, 'api': ' https://api4.my-ip.io/ip.json', 'record_type': 'A',
'protocol_enforce': allowed_gai_family_ipv4},
'IPv4': {'version': 4, 'api': ' https://api4.my-ip.io/ip.json', 'record_type': 'A',
'protocol_enforce': allowed_gai_family_ipv4},
'IPv6': {'version': 6, 'api': 'https://api6.my-ip.io/ip.json', 'record_type': 'AAAA',
'protocol_enforce': allowed_gai_family_ipv6}
}
performs much faster.
Tested this Change on my System updating IONOS-DynDNS-Records. Works great.
Metadata
Metadata
Assignees
Labels
No labels