Proxy.Py Forward Localhost Proxy To Public Ip Address

proxy
localhost proxy
public IP address
router settings
port forwarding
ProxyPoolPlugin
exposing localhost
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.
Published

February 13, 2023


say if you only have one such proxy on localhost, not exposed on router: localhost:8981

you execute the command, using proxy.py:

proxy --port <public_proxy_port> --host <public_proxy_ip_address> \
--plugins proxy.plugin.ProxyPoolPlugin \
--proxy-pool localhost:8981