From f413aea09b5be955e42ed1c417d6b56012d8dade Mon Sep 17 00:00:00 2001 From: Dmitry Sukhov Date: Tue, 13 May 2025 17:05:08 +0300 Subject: [PATCH] fix(README.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9b591..f38b5a5 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ supplied as `--proxy http://john.doe:secret@1.2.3.4:3128`. This works analogousl Tun2proxy can serve as a proxy for other Docker containers. To make use of that feature, first build the image: ```bash -docker build -t tun2proxy . +docker build -t tun2proxy-bin . ``` Next, start a container from the tun2proxy image: