-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Improve IPtables error message #883
Comments
Done in 39a62f5! It should show
You can set |
Thanks very much for the quick reply and fix ! In that scenario, i imagine that it's not possible to use Mullvad's own DNS instead of the gluetun's local DNS + cloudflare ? Cheers. |
I just found out Mullvad supports DoT and DoH https://mullvad.net/en/help/dns-over-https-and-dns-over-tls/#:~:text=Open%20your%20device's%20Settings.,adblock.doh.mullvad.net It should be possible to use it later once #137 is fixed, so feel free to subscribe to it 😉 Although ideally privacy-wise it's better to do 'dns split horizon' which means uniformly distribute your DNS traffic to multiple providers (google, Cloudflare, quad9 etc.) such that none have a full traffic analysis. Handing over all your DNS to Mullvad would allow them to track your behavior, especially since they can match your IP to your account ID. Well I trust Mullvad so this is just my theoretical paranoid point of view! |
Thanks ! for now i'll leave it as is then. i've subscribed to #137 as well. |
What's the feature 🧐
I set up a fresh version of gluetun's latest to cleanup the duplicate environment variables.
When starting it through the official docker container, i had an error message about an incompatible or missing iptables.
In reality, it is because i forgot to give it the NET_ADMIN capability. Perhaps the error message could be improved ?
As a side question, mullvad's downloadable config provides a DNS address, but not sure if that one should be used in the gluetun container config instead of unblock on localhost ?
Extra information and references
No response
The text was updated successfully, but these errors were encountered: