fix(ipv6): add JSON IPv6 suffix parameter (#611)

- Remove `IPV6_PREFIX` environment variable (unneeded) and remove associated code
- Update all documentation for each provider supporting IPv6
- Build IPv6 as prefix:suffix when getting it from a public IP source for each record IPv6 suffix parameter
- Automatically disable provider_ip if public ip is IPv6 and IPv6 suffix is set (they are not compatible with each other)
This commit is contained in:
Quentin McGaw
2024-01-29 17:31:07 +01:00
committed by GitHub
parent 25b8e02acc
commit bad0d3aeda
98 changed files with 806 additions and 498 deletions

View File

@@ -73,7 +73,6 @@ ENV \
# Core
CONFIG= \
PERIOD=5m \
IPV6_PREFIX=/128 \
UPDATE_COOLDOWN_PERIOD=5m \
PUBLICIP_FETCHERS=all \
PUBLICIP_HTTP_PROVIDERS=all \