rsockd
SOCKS4 server for proxying IP-based services over a firewall
Install
- All systems
-
curl cmd.cat/rsockd.sh
- Debian
-
apt-get install socks4-server
- Ubuntu
-
apt-get install socks4-server
- Kali Linux
-
apt-get install socks4-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install socks4-server
- Raspbian
-
apt-get install socks4-server
- Dockerfile
- dockerfile.run/rsockd
socks4-server
SOCKS4 server for proxying IP-based services over a firewall
This is version 4.3 of SOCKS, a package that allows Unix hosts behind a firewall to gain full access to the internet without requiring direct IP reachability. It does require a SOCKS server program being run on a hosts that can communicate directly to hosts behind the firewall as well as hosts on the Internet at large. It is based on the original SOCKS written by David Koblas <[email protected]>. This package includes the SOCKS server.