From 3af02d5c4494f3aae1161235d93d50329ef4af96 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:41:44 -0400 Subject: [PATCH] spelling: transparent Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ChangeLog | 2 +- doc/tproxy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b34e3ef..1d24e02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -171,7 +171,7 @@ v1.18: 29MAR2016 v1.17: 09MAR2015 Support RFC5952-style IPv6 addresses, e.g. [::]:443. - Transparant proxy support for FreeBSD. + Transparent proxy support for FreeBSD. (Ruben van Staveren) Using -F with no argument will try diff --git a/doc/tproxy.md b/doc/tproxy.md index 0a91773..057d720 100644 --- a/doc/tproxy.md +++ b/doc/tproxy.md @@ -60,7 +60,7 @@ this scheme -- let me know if you manage that: ip rule add fwmark 0x1 lookup 100 ip route add local 0.0.0.0/0 dev lo table 100 -Tranparent proxying with IPv6 is similarly set up as follows: +Transparent proxying with IPv6 is similarly set up as follows: # Set route_localnet = 1 on all interfaces so that ssl can use "localhost" as destination # Not sure if this is needed for ipv6 though