DNS through socks proxy. How do I change windows settings for domain resolution.

你离开我真会死。 提交于 2019-12-07 12:46:13

问题


I am looking for a program to reroute windows domain resolution lookup through a socks proxy capable with many internet browsers and internet proxies.

So far in Control Panel, Local Area Connection 1, TCP/IP Properties, I use the following DNS server addresses, preferred DNS Server, I put 127.0.0.1 and use the default in-built port request 53.

I am reading that it is possible to forward this. I can not find a program to forward it through socks 4/5. I think this is possible because Socks supports UDP.

Has anyone come up with the answer to a solution about a UDP-to-socks forwarding program capable and adapted for socks and windows DNS.


回答1:


It's really quite easy to configure.

You could write your own server and set the server to listen to incoming calls to port 53 or use this program

http://dns2socks.sourceforge.net

here my sample configuration for a socks server running on 1050 and TCP / IP settings on 127.0.0.1

DNS2SOCKS.exe /la:socks.log 127.0.0.1:1050 8.8.8.8:53 127.0.0.1:53



来源:https://stackoverflow.com/questions/32082423/dns-through-socks-proxy-how-do-i-change-windows-settings-for-domain-resolution

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!