diff --git a/README.md b/README.md index dedb2d2..f9cc2c7 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ You can also run NanoProxy using Docker. To do so, you can use the following com docker run -p 1080:1080 ghcr.io/ryanbekhen/nanoproxy:latest ``` -You can also run NanoProxy behind Cloudflare's WARP service using Docker. To do so, you can use the following command: +You can also run NanoProxy behind Tor using the following command: ```shell docker run --rm -e TOR_ENABLED=true -d --privileged --cap-add=NET_ADMIN --sysctl net.ipv6.conf.all.disable_ipv6=0 --sysctl net.ipv4.conf.all.src_valid_mark=1 -p 1080:1080 ghcr.io/ryanbekhen/nanoproxy-tor:latest