Tagged Questions

4
votes
5answers
459 views

How to build proxy gateway?

I have great IM that to work needs proxy of type (SOCKS4,SOCKS4A,SOCKS5), However my company is using Http Proxy. I would like to build my own proxy that will just forward data to my company's ...
2
votes
1answer
9 views

Username when using socks4

I use IE 9 with socks in order to connect to a socks4 server (IE does not support socks5) The socks4 specifies that a socks4 client has the possibility/obligation(?) - specification - to indicate in ...
2
votes
2answers
103 views

Java API: Connect using proxies on different threads

I would like to use different proxies instead of just one. Currently the ProxySelector sets a system wide proxy for all URLConnections. Does anyone know of a library that supports non system-wide ...
0
votes
1answer
54 views

Is SOCKS5 bind persistent, or one-time only?

I've been studying RFC 1928 and the description of the BIND operation wasn't clear to me. The setup sequence is described as follows, as I understand it: The client establishes connection to the ...
0
votes
1answer
224 views

How to use URLConnection through a SOCKS proxy?

How can I set the SOCKS proxy for a URLConnection given by (new URL(url)).openConnection()? Different proxies are needed on a per-connection basis, so please don't suggest setting system properties.
0
votes
1answer
53 views

opening via socks

i have this socks : 80.176.245.196:1080 and i want to opening google.com via that socks . what am i going to do ? is this true ? : 80.176.245.196:1080/google.com
0
votes
3answers
603 views

Advantages of uPNP/IGD over SOCKS?

I'm curious why is it more pervasive. Does it has a better API? I remember long ago when i first learned about NAT (i used it for sharing a dialup 14.4kbps modem), i thought that someday every home ...