From cca87ae30b353433b2bda6836840839270e4e2d3 Mon Sep 17 00:00:00 2001 From: Achmad Irianto Eka Putra Date: Mon, 9 Dec 2024 22:20:13 +0700 Subject: [PATCH] doc: update README to reflect Tor usage The README now guides users on running NanoProxy behind Tor instead of Cloudflare's WARP. This change ensures the instructions are accurate for those utilizing the Tor network configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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