Skip to content

TunMax/canal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

canal

一个开箱即用的 http / socks5 代理(基于 Cloudflare WARP)

Setting Up an Out of Box HTTP/SOCKS5 Proxy with Cloudflare WARP in Docker

http 代理模式

部署

docker run -d -p 127.0.0.1:1080:1080 --name canal ghcr.io/tunmax/canal:latest 

测试

curl -x http://127.0.0.1:1080 ipinfo.io 

socks5 代理模式

部署

docker run -d -p 127.0.0.1:1080:1080/tcp -p 127.0.0.1:1080:1080/udp -e SOCKS5_MODE=true --name canal ghcr.io/tunmax/canal:latest 

测试

curl -x socks5://127.0.0.1:1080 ipinfo.io 

可选:使用 WARP+

# 配置 LICENSE_KEY 环境变量激活 WARP+ docker run ... -e LICENSE_KEY=xxxxxx ... 

License

MIT License

About

一个开箱即用的 http / socks5 代理(基于 Cloudflare WARP)/ Setting Up an Out of Box HTTP/SOCKS5 Proxy with Cloudflare WARP in Docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors