Skip to content
Discussion options

You must be logged in to vote

No. The current INTRNT plugin uses:

dig +short ...

and dig only performs standard DNS queries over port 53 (UDP/TCP). It does not support DoT (853) or DoH (443).

In your setup, the dig lookup will fail, and the plugin will fall back to:

curl ifconfig.me/ip

which uses HTTPS and should still successfully detect your public IP.

Supporting DoT/DoH directly would require either a DoT-capable client (e.g. kdig) or changing the plugin to use an HTTPS-based IP lookup as the primary method.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by returntrip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants