jeessy2 / ddns-go

Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
MIT License
11.22k stars 1.28k forks source link

chore(dns): log only the root domain if not found in provider #1118

Closed WaterLemons2k closed 3 months ago

WaterLemons2k commented 3 months ago

What does this PR do?

Logging only the root domain if the domain is not found in the DNS provider.

Useful when publicsuffix provides a wrong root domain.

Motivation

Additional Notes