Fetching your public ip with OpenDNS #7241
menixator
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OpenDNS has a dynamic dns record that resolves to the public ip that sent the DNS request.
The only catch is, you have to use their resolvers. So, with that knowledge, you can add it as an upstream DNS server ( Adguard Home WebUI > Settings > DNS Settings > Upstream DNS Servers ) but only if it matches the
myip.opendns.com
domain.Now you can do:
without having to specify the OpenDNS resolvers.
It's still a little long to type so what I have done is, I have
ip
added as aCNAME
record tomyip.opendns.com
through DNS Rewrites (Filters > DNS Rewrites )Now, all I have to do is:
and I can get my public ip.
Beta Was this translation helpful? Give feedback.
All reactions