From f720244baa0f92c5e8c9500d2cc41415775196fd Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 7 Sep 2020 18:08:09 +0100 Subject: [PATCH] README.md: describe how transparent proxying can be used addressing #45 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f13e670..bba85dc 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,9 @@ Enable support for proxying connections through another proxy server. - `--enable-transparent`: Allow Tinyproxy to be used as a transparent proxy daemon. +Unlike other work modes, transparent proxying doesn't require explicit +configuration and works automatically when traffic is redirected to +the proxy using the appropriate firewall rules. - `--enable-reverse`: Enable reverse proxying.