Skip to content

zincio/zn-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zn-proxy

A simple docker container that runs squid and socks5 proxies with stunnel encryption and authentication.

Building

docker build -t zincio/zn-proxy:latest .

Running

docker run -d \
    --restart=always \
    --name zn-proxy \
    -p 8443:8443 \
    -p 5088:5088 \
    -e PROXY_USERNAME=znprx \
    -e PROXY_PASSWORD=long-secure-password-goes-here \
    zincio/zn-proxy:latest

Run once without -d or use docker logs zn-proxy to see the connection strings generated.

BYOP

Supply this proxy to the Zinc API by following the BYOP docs. Use the socks5+stunnel connection string if possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published