Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 442 Bytes

File metadata and controls

18 lines (14 loc) · 442 Bytes

my-proxy

My Local proxy (socks5h) with realtime debugging and logs.

How to start

Start first proxy server after server started then you use what you want like curl, or wget or npm install or composer install.

php socks5h.php

Set Proxy

Set local proxy server

export ALL_PROXY="socks5h://127.0.0.1:10080"
export HTTP_PROXY="socks5h://127.0.0.1:10080"
export HTTPS_PROXY="socks5h://127.0.0.1:10080"