Are there internet connection simulators for socks proxy servers?
I am using ssh socks proxy in Ubuntu to access internet. Some programs do not support the socks protocol (for example: npm). Because of this, there are many problems with setting up a proxy in programs, I thought that this could be simplified by simulating an Internet connection interface. Next, the simulator program should send a request to the ssh socks proxy server and wait for a response. Thus, programs will not notice the presence of a proxy server, but will think that they are working with a real Internet connection.
How to implement this in Ubuntu? Perha开发者_开发问答ps there are internet connection simulators for socks proxy servers?
精彩评论