2021-06-19 20:38:29 +00:00
|
|
|
# docker-warp-proxy
|
2021-06-19 21:52:08 +00:00
|
|
|
|
2021-06-21 14:48:30 +00:00
|
|
|
Docker image to run Cloudflare Warp in proxy mode. Image is rebuilt and updated every day.
|
2021-06-19 21:52:08 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
docker run -d -p 40000:40000 --restart always yarmak/warp-proxy
|
|
|
|
```
|
|
|
|
|
|
|
|
SOCKS5 proxy server will be listening at port 40000.
|