We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
各位大佬好,之前有幸看到 #16 #17 问题,鉴于目前恶劣的网络环境,和很多人都遭遇的问题,是否有计划支持通过HTTP/SOCK5代理查询向指定的DNS服务器查询功能,例如 在配置里添加诸如proxy socks5://127.0.0.1:1080让定义的to DNSServer都通过指定的proxy来查询?
proxy socks5://127.0.0.1:1080
The text was updated successfully, but these errors were encountered:
例如 在配置里添加诸如proxy socks5://127.0.0.1:1080让定义的to DNSServer都通过指定的proxy来查询?
可以考虑,我可以先看看实现麻不麻烦(本人不熟悉网络相关编程),如果麻烦的话周期可能会拉的比较长,主要是因为目前精力有限,加上身体出现了一些状况。
当然如果你有兴趣的话,也可以fork之后实现发个PR我看看。
鉴于目前恶劣的网络环境,和很多人都遭遇的问题
针对这个问题,我目前的建议是:
Sorry, something went wrong.
FYI 看起来针对TCP的似乎不麻烦 https://gist.github.com/jiahuif/5114abf068ee07bdf0e38d2cd29601f3 https://pkg.go.dev/golang.org/x/net/proxy
No branches or pull requests
各位大佬好,之前有幸看到 #16 #17 问题,鉴于目前恶劣的网络环境,和很多人都遭遇的问题,是否有计划支持通过HTTP/SOCK5代理查询向指定的DNS服务器查询功能,例如 在配置里添加诸如
proxy socks5://127.0.0.1:1080
让定义的to DNSServer都通过指定的proxy来查询?The text was updated successfully, but these errors were encountered: