xjasonlyu / tun2socks

tun2socks - powered by gVisor TCP/IP stack
https://github.com/xjasonlyu/tun2socks/wiki
GNU General Public License v3.0
3.13k stars 433 forks source link

[Feature] Option to Enable DNS fallback over TCP #191

Closed xtianxian closed 1 year ago

xtianxian commented 1 year ago

Description

When socks proxy does not support UDP, let users have the option for dns fallback over TCP

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

This feature is available in this go tun2sokcs implementation using the flag --dnsfallback=true https://github.com/eycorsican/go-tun2socks

xjasonlyu commented 1 year ago

Hmm, I got your point. However, I believe this need could be solved by using external DNS tools (DNS-TCP or DoH), making this project more concise.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days