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

Local dns recursor and dns over https #13

Open
kpcyrd opened this issue Jul 1, 2018 · 1 comment
Open

Local dns recursor and dns over https #13

kpcyrd opened this issue Jul 1, 2018 · 1 comment

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Jul 1, 2018

I'm currently running a dns recursor locally for two reasons:

  • I don't want to send all my dns lookups to the network provided dns recursor
  • I still need to send some dns lookups to the network provided dns recursors for non-public zones

I would also like to switch to encrypted dns with dns-over-https (or dns-over-tls), but it seems this would currently require running two recursors, one for custom rules and one for dns-over-https.

We could integrate this into snail and make the decision where a request should go either using a config or a script (so we can also make the decision based on SSIDs), while also supporting dns-over-https.

Integrating this into snail would also help avoiding issues that could be introduced by #11.

@kpcyrd
Copy link
Owner Author

kpcyrd commented Jul 16, 2018

A prototype is currently available in the dns branch. Merging is blocked since I currently use the git master of trust-dns.

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

1 participant