sockd
SOCKS4 server for proxying IP-based services over a firewall
Install
- All systems
-
curl cmd.cat/sockd.sh
- Debian
-
apt-get install socks4-server
- Ubuntu
-
apt-get install socks4-server
- Arch Linux
-
pacman -S dante
- Kali Linux
-
apt-get install socks4-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install socks4-server
- OS X
-
brew install dante
- Raspbian
-
apt-get install socks4-server
- Dockerfile
- dockerfile.run/sockd
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.