diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-07 18:08:09 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-07 18:08:57 +0100 |
commit | f720244baa0f92c5e8c9500d2cc41415775196fd (patch) | |
tree | e19840064bd146171ca8f9bece7867292a327b31 /README.md | |
parent | 487a062fccbd1632b183debc146d61b4bdbce048 (diff) |
README.md: describe how transparent proxying can be used
addressing #45
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |