mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Public IP fetching over DNS over HTTPs+TLS #109
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qdm12 on GitHub (Mar 21, 2021).
Originally assigned to: @qdm12 on GitHub.
Once #136 is done, we should fetch public IP address over DNS over TLS+HTTPs, such that less is leaked, although the information is not really private or critical really. This depends on https://github.com/qdm12/dns/pull/58.
@eddyg commented on GitHub (Mar 22, 2021):
Although this may be "neat to have", since domain IP addresses are published as public DNS records, and since there are many services that map IP addresses back to domains (e.g. ipinfo.io) I'm not sure this is worth a lot of effort on your part.
@qdm12 commented on GitHub (Mar 22, 2021):
Totally agree. Plus I doubt this would be supported by Google and Cloudflare, especially on these obscure echo endpoints! Closing
@qdm12 commented on GitHub (Mar 24, 2021):
Re-opening as I have some use for such public IP fetching over TLS in other repositories.
I'll just add to the library but not use it in this program as it is indeed pointless here.