Skip to content

CodeWithSushil/my-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

My Local proxy (socks5h) with TCP written in PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages