semigodking / redsocks

transparent redirector of any TCP/UDP connection to proxy
Apache License 2.0
1.14k stars 246 forks source link

Proxy DNS not work #168

Open tdzard94 opened 2 years ago

tdzard94 commented 2 years ago

Im just clone your project and build for android Everything work but when i test with socks5 proxy i got result like: dns_ip:443 But i want to get result like: domain:443 What i need to do? Thank for reply

semigodking commented 2 years ago

That's how transparent proxy works.

Zard @.***> 于 2021年11月20日周六 18:39写道:

Im just clone your project and build for android Everything work but when i test with socks5 proxy i got result like: dns_ip:443 But i want to get result like: domain:443 What i need to do? Thank for reply

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/168, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2XD6YDZLQ7K3Q6RRUXILUM53FBANCNFSM5IN2FFMA .

tdzard94 commented 2 years ago

is your project support? i tried anything but alway got same result Any update for this?

semigodking commented 2 years ago

No. This is limitation from transparent proxy implementation from OS.

Zard @.***> 于 2021年11月20日周六 18:51写道:

is your project support? i tried anything but alway got same result

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/168#issuecomment-974631322, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2XDYAM6ZDKRMP7XSCEWLUM54U3ANCNFSM5IN2FFMA .

tdzard94 commented 2 years ago

thank you