-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fingertip Status: DNS Interference Test #19
Comments
Oh I see are you using a VPN? as the test says it seems that your network is intercepting DNS queries. On some networks it's not possible to reliably run a recursive DNS resolver. |
I didnt use vpn. dns lookup failed (rcode: servfail).** |
Yeah, that's the recursive resolver giving a SERVFAIL answer (it likely couldn't verify the response because something in your network is interfering with port 53). Let's confirm that and try a few things:
Notice here we're trying to ask the servers authoritative over Example of a bad response:
If your network is not messing with port 53, it should look like a proper referral (notice Answer count is zero and authority section has NS records):
|
Thank you for your clear explanation, @buffrr .. But overall...I thank you very much for your help |
You're welcome :) Fingertip appears to be essentially censored by your internet provider well not intentionally at least but we should have some fallback mechanism. |
i imagine how if someday all internet provider intercept and redirect outgoing the DNS requests? Any manual solution about that worst case scenario? |
I've installed fingertip on Ubuntu 20.04 LTS and followed the instruction based on manual setup. When i tried to check the status, it showed an error. (DNS Interference Test: Failed)
Error: "Your network appears to intercept and redirect outgoing DNS requests"
additional info: i used Mozilla Browser
The text was updated successfully, but these errors were encountered: