Skip to content

go-bai/http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple and useful http/socks5 proxy

Quick Start

Get the latest tag

apt/yum install jq -y
TAG=`curl -s GET https://api.github.com/repos/go-bai/http-proxy/tags\?per_page=1 | jq -r '.[].name'`
echo $TAG

Run with Docker

docker run --rm --net=host --name http-proxy ghcr.io/go-bai/http-proxy:$TAG

custom password

docker run -d --net=host -e HTTP_PROXY_PASS="xxx" --restart always --name http-proxy ghcr.io/go-bai/http-proxy:$TAG

Environment Variable

key default
HTTP_PROXY_ADDR :38888
SOCKS5_PROXY_ADDR :38889
HTTP_PROXY_AUTH on
HTTP_PROXY_PASS ``

Credits

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors