Proxy.Py Forward Localhost Proxy To Public Ip Address
This article provides instructions on utilizing proxy.py to establish a localhost proxy that redirects traffic to a publicly accessible IP address, enabling users to expose their sole localhost proxy without modifying router configurations. The process involves specifying the public proxy’s port and IP address, incorporating the ProxyPoolPlugin plugin, and supplying the necessary localhost:8981 proxy pool information.
say if you only have one such proxy on localhost, not exposed on router: localhost:8981
you execute the command, using proxy.py:
1 | proxy --port <public_proxy_port> --host <public_proxy_ip_address> \ |