A simple and fully-compliant SOCKS Protocol Version 5 server written in Python
10K+
This is a simple SOCKS Protocol Version 5 server written in Python. It is based on the SOCKS V5 protocol described in RFC1928 and RFC1929.
python3 app.py [--host HOST | -H HOST] [--port PORT | -P PORT] [--logging-level LEVEL | -L LEVEL]
--host HOST or -H HOST: The host address to bind to. Default is localhost. Use 0.0.0.0 to bind to all available interfaces.--port PORT or -P PORT: The port number to bind to. Default is 9999.--logging-level LEVEL or -L LEVEL: The logging level for the application. Default is debug. Choices: ["disabled", "debug", "info", "warning", "error", "critical"]CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "1080", "-L", "debug"] on startup.Content type
Image
Digest
sha256:cb8d38d22…
Size
42.8 MB
Last updated
6 months ago
docker pull jcaponigro20/simple-socks5