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