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

Ideas/improvements #3

Open
mosajjal opened this issue Jan 5, 2024 · 1 comment
Open

Ideas/improvements #3

mosajjal opened this issue Jan 5, 2024 · 1 comment

Comments

@mosajjal
Copy link

mosajjal commented Jan 5, 2024

Hi mate,

I got a few ideas around this project, keen to hear your thoughts.

  1. DoQ (RFC 9250) support: I Think this one is a no brainer to add the support
  2. dnscrypt transport: in some networks, it provides an automated way of finding the best and fastest dns server so it could be a good "auto" option if the user chooses to.
  3. source interface: sometimes enforcing which interface is used for outbound connections can be pivotal to prevent dns leakage especially when the underlying routing is bumpy.
  4. load balancing and failover for upstream DNS servers
  5. address blocklist (potentially malware/adware blocking)

I've tried to build my own dnsclient and lib in Go in the past (https://github.com/mosajjal/dnsclient) and I ended up realizing the best way to do this is to make it an interface compatible wrapper, and leverage already existing technologies (https://github.com/folbricht/routedns). Happy to work with you to make this a wrapper for routedns and make it compatible with the rest of the beepass project.

@uoosef
Copy link
Contributor

uoosef commented Jan 10, 2024

yes any contribution is very much appreciated

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