Describe the bug
The default IPv4 provider should be ipify according to the readme. However, when IP4_PROVIDER is not set, the logs indicate that cloudflare.trace is being used as the IPv4 provider.
To Reproduce
Steps to reproduce the behavior:
- Start
cloudflare-ddns without IP4_PROVIDER being set.
- Observe that logs output
cloudflare-ddns | IPv4 provider: cloudflare.trace
Expected behavior
ipify to be used as the IPv4 provider.
Describe the bug
The default IPv4 provider should be
ipifyaccording to the readme. However, whenIP4_PROVIDERis not set, the logs indicate thatcloudflare.traceis being used as the IPv4 provider.To Reproduce
Steps to reproduce the behavior:
cloudflare-ddnswithoutIP4_PROVIDERbeing set.cloudflare-ddns | IPv4 provider: cloudflare.traceExpected behavior
ipifyto be used as the IPv4 provider.