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

custom dns resolution? #49

Open
ITJamie opened this issue Jan 31, 2022 · 3 comments
Open

custom dns resolution? #49

ITJamie opened this issue Jan 31, 2022 · 3 comments

Comments

@ITJamie
Copy link

ITJamie commented Jan 31, 2022

there is mention of Custom DNS resolution in the readme but there is no documentation on using this.

@packet-sent
Copy link

there is mention of Custom DNS resolution in the readme but there is no documentation on using this.

Not sure if it can be done on the proxy server as the docs don't really explain it just like you said:
image

However using a Custom DNS resolution is possible on the client when using the basic net/proxy library, you can do this using the Resolver field from the net.Dialer
image

Here is an example of using a custom resolver (DNS over TLS):
image

@tungphan899
Copy link

Anyone find how to set customs dns ? Please help.

@582033
Copy link

582033 commented Jan 5, 2024

I'm not sure if that's right, I implemented a Myresolver interface

image

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

4 participants