Is there some universal proxy server for fedora linux which allows any port?
I know:
- SQUID proxy - seems that allows only HTTP and HTTPS (i'm using it now)
- tiny proxy - also HTTP and HTTPS only
I need to open FTP, and some other specific ports..
|
Is there some universal proxy server for fedora linux which allows any port? I know:
I need to open FTP, and some other specific ports..
| |||
|
feedback
|
|
squid allows HTTP "CONNECT" proxying, which is usually used for HTTPS but in reality can be used for any kind of TCP connections. If you are setting up a simple personal proxy, you might be fine with the SOCKS 5 server built into all SSH clients: Both will work for passive-mode TCP (not active). | |||||
feedback
|