cyfdecyf/COW proxy. Get config from docker run -e env switch.
10K+
Dockerfile: https://github.com/fzinfz/docker-images/blob/master/cow/Dockerfile
COW source code: https://github.com/cyfdecyf/cow/
Any env variables started with an uncapitalized letter will be saved to /go/bin/rc file.
Example for password protected http proxy with shadowsocks as backend
docker run --name cow --net host \
-e listen=http://0.0.0.0:7777 \
-e userPasswd=http_user:http_password \
-e proxy=ss://aes-256-cfb:ss_password@ss_server:ss_port \
--rm -it fzinfz/cow -request
Content type
Image
Digest
Size
44.9 MB
Last updated
almost 9 years ago
docker pull fzinfz/cow