How to force application to connect over SOCKS Proxy
I'm looking for idea how to connect client application over SOCKS server
on Windows XP
This client application don't have proxy support.
How to do it without proxifier,proxycap and other similar programs ?
(Application detect that programs and automatically closing)
My Proxy server is 127.0.0.1:54321
"Route" command work only for network adapters but not work for my socks
proxy. e.g.
route ADD 200.200.213.100 MASK 255.255.255.255 127.0.0.1 METRIC 30 IF 1
where 200.200.213.100 is server IP for application
code 1 is my main network adapter
This route command dont work for me
No comments:
Post a Comment