liyinxia / trojan-privoxy

trojan client with privoxy for http proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trojan-privoxy

trojan client with privoxy for http proxy

How to use

docker run \
    --name trojan-proxy \
    -e REMOTE_ADDR="your host" \
    -e PASSWORD="your password" \
    -p trojan_port:1086 \
    -p privoxy_port:1087 \
    -d \
    andyzhshg/trojan-privoxy

About

trojan client with privoxy for http proxy

License:MIT License


Languages

Language:Dockerfile 56.9%Language:Shell 43.1%