http-proxy

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 11 Imported by: 0

README

simple and useful http 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 gobai/http-proxy:$TAG
custom password
docker run -d --net=host -e HTTP_PROXY_PASS="xxx" --restart always --name http-proxy gobai/http-proxy:$TAG

Environment Variable

key default
HTTP_PROXY_ADDR :38888
HTTP_PROXY_AUTH on
HTTP_PROXY_PASS ``

Credits

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL