Top "Socks" questions

Socket Secure (SOCKS for short) is an Internet protocol that routes network packets between a client and server through a Proxy server.

How to set nonProxyHosts for a SOCKS proxy?

I want to set the nonProxyHosts list for a SOCKS5 proxy, i.e. the list of hostnames to which a …

java proxy localhost socks
Difference between HTTP(s) Reverse Proxy, TCP Proxy, Socks5 Proxy?

Here are my understandings about these and I see few gaps there; especially when and where to use HTTP(s) …

networking web tcp proxy socks
Telegram calls via Dante socks5 proxy server not working

I've confugured Dante 1.4on Ubuntu 16.04 as a socks5 proxy for Telegram. Chats are working, but voice calls are not, failing …

proxy telegram socks dante
mysql proxy socks

Plain and simple, can anyone explain me how to connect to a mysql server through a proxy (socks4/5). Preferable via …

mysql proxy socks
java runtime 6 with socks v5 proxy - Possible?

I have written an application that (amongst other things) runs a local service in windows that acts as a SOCKS …

firefox proxy java socks
How to parse a raw HTTP response as HttpListenerResponse?

If I have a raw HTTP response as a string: HTTP/1.1 200 OK Date: Tue, 11 May 2010 07:28:30 GMT Expires: -1 Cache-Control: private, …

c# proxy httpresponse socks httplistener
How to chain SOCKS proxies?

I have a working socks proxy from my laptop (machine A) to machine B: [A]$ ssh -ND 8888 B I can …

ssh proxy socks