Skip to content
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

DNS leaks #5

Closed
Ptolom opened this issue Jan 16, 2016 · 2 comments
Closed

DNS leaks #5

Ptolom opened this issue Jan 16, 2016 · 2 comments

Comments

@Ptolom
Copy link
Contributor

Ptolom commented Jan 16, 2016

This script is causing DNS leaks.

echo -n "$R" | $RESOLVCONF -a "${dev}.inet"
Does not remove the old DNS servers from resolv.conf.

Adding the exclusive flag (-x) to resolvconf will stop the old DNS from being used.
echo -n "$R" | $RESOLVCONF -a -x "${dev}.inet"

@alfredopalhares
Copy link
Owner

Hello @Ptolom
What are the drawbacks of using -x for the other DNS servers?

@alfredopalhares
Copy link
Owner

Nevermind my previous comment. Just re-read the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants