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 Proxy #15

Closed
darkk opened this issue Oct 13, 2011 · 4 comments
Closed

DNS Proxy #15

darkk opened this issue Oct 13, 2011 · 4 comments

Comments

@darkk
Copy link
Owner

darkk commented Oct 13, 2011

redsocks should include trivial DNS proxy that forwards UDP DNS requests via TCP to some real DNS server.

@darkk
Copy link
Owner Author

darkk commented Nov 27, 2011

ttdnsd[1][2] is the easiest way to do it at this moment, it's mentioned in README.
[1] https://gitweb.torproject.org/ioerror/ttdnsd.git
[2] http://www.mulliner.org/collin/ttdnsd.php

@user021
Copy link

user021 commented Jan 5, 2014

i'm trying to setup a transparent DNS proxy using a socks5 but doesn't rly work. also can't use ttdnsd. any eta on this feature ?

@darkk
Copy link
Owner Author

darkk commented Feb 1, 2018

Implemented as dnsu2t module.

@darkk darkk closed this as completed Feb 1, 2018
@agherzan
Copy link

@darkk I'm trying to use dnsu2t. Any idea why every request gets: EOF from DNS server?
Here is an example:

Apr 16 18:44:28 redsocks[1415]: 1523904268.945355 debug dnsu2t.c:162 dnsu2t_pkt_from_client(...) [127.0.0.1:51478->127.0.0.1:5313]: DNS request #1ed8
Apr 16 18:44:30 redsocks[1415]: 1523904270.070434 debug dnsu2t.c:299 dnsu2t_pkt_from_relay(...) EOF from DNS server
Apr 16 18:44:30 redsocks[1415]: 1523904270.070672 warning dnsu2t.c:217 dnsu2t_close_relay(...) 1 in-flight DNS request lost (0 served)

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

3 participants