mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 07:37:15 +03:00
spelling: transparent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9e6d5cc13a
commit
3af02d5c44
@ -171,7 +171,7 @@ v1.18: 29MAR2016
|
|||||||
v1.17: 09MAR2015
|
v1.17: 09MAR2015
|
||||||
Support RFC5952-style IPv6 addresses, e.g. [::]:443.
|
Support RFC5952-style IPv6 addresses, e.g. [::]:443.
|
||||||
|
|
||||||
Transparant proxy support for FreeBSD.
|
Transparent proxy support for FreeBSD.
|
||||||
(Ruben van Staveren)
|
(Ruben van Staveren)
|
||||||
|
|
||||||
Using -F with no argument will try
|
Using -F with no argument will try
|
||||||
|
@ -60,7 +60,7 @@ this scheme -- let me know if you manage that:
|
|||||||
ip rule add fwmark 0x1 lookup 100
|
ip rule add fwmark 0x1 lookup 100
|
||||||
ip route add local 0.0.0.0/0 dev lo table 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
|
# Set route_localnet = 1 on all interfaces so that ssl can use "localhost" as destination
|
||||||
# Not sure if this is needed for ipv6 though
|
# Not sure if this is needed for ipv6 though
|
||||||
|
Loading…
x
Reference in New Issue
Block a user