2023-02-13
Proxy.Py Forward Localhost Proxy To Public Ip Address

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

you execute the command, using proxy.py:

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

Read More