https://github.com/akpig/warppig/releases
Warp Pig is a custom proxy tool for exporting the Cloudflare Warp network to SOCKS5 or HTTP protocols.
- Automatically select the fastest warp node.
- Access via socks5 protocol
- Access via http protocol
- Automatically obtain Warp key
- Download the binary for your platform
- Run it
Note: In the absence of a configuration file, a default configuration file named "config.yaml" will be automatically generated in the work directory.
./warp-pig
- Specify configuration file
./warp-pig -c ./config.yaml
- Specify cache directory
Cache directory is used to cache running info for next running
./warp-pig --cache ./cache
- docker
docker run -it -v $(pwd)/warppig_config:/config -p 3000:3000 -p 3001:3001 akpig/warppig
- docker-compose
- download
curl -L https://raw.githubusercontent.com/akpig/warppig/main/docker/docker-compose.yaml -o docker-compose.yaml
- run
docker-compose up -d