Proxy 12345 [verified] Info
If you want a basic proxy server example, here's a simple in Python using http.server and urllib :
internal: 0.0.0.0 port = 12345 external: eth0 method: username none client pass from: 0.0.0.0/0 to: 0.0.0.0/0 log: error connect proxy 12345
Once the tunnel is established, your localhost is now running a SOCKS5 proxy on port 12345, allowing you to direct your browser or other applications to route their traffic through it. If you want a basic proxy server example,
This creates an HTTP proxy listening on port 12345, allowing any client to connect (subject to ACL rules). they send data to 127.0.0.1:12345
. Instead of your applications connecting directly to the internet, they send data to 127.0.0.1:12345