一个开箱即用的 http / socks5 代理(基于 Cloudflare WARP)
Setting Up an Out of Box HTTP/SOCKS5 Proxy with Cloudflare WARP in Docker
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 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 # 配置 LICENSE_KEY 环境变量激活 WARP+ docker run ... -e LICENSE_KEY=xxxxxx ... MIT License