Sign inSign up

zenexas/warp-cli

By zenexas

•Updated 5 months ago

Docker image to run Cloudflare Warp in proxy mode.

Image
4

4.4K

zenexas/warp-cli repository overview

Dockerfile⁠

⁠Usage

docker run -d -p 40000:40000 -e LICENSE="" --restart=unless-stopped zenexas/warp-cli:latest

Upgrade to warp plus if you have LICENSE key

HTTP & SOCKS5 proxy server will be listening at port 40000.

⁠RUN :
curl -sx socks5://127.0.0.1:40000 https://www.cloudflare.com/cdn-cgi/trace | grep warp

Print your warp account type

curl -s -x http://127.0.0.1:40000 https://ipinfo.io

Lookup your warp ip location

curl -x socks5://127.0.0.1:40000 --referer "https://speed.cloudflare.com" https://speed.cloudflare.com/__down?bytes=1000000000 > /dev/null

Speedtest

Tag summary

Content type

Image

Digest

sha256:c1cc4d3de…

Size

96.4 MB

Last updated

5 months ago

docker pull zenexas/warp-cli