sshuttle/sshuttle/methods
Victor Kareh 167a57e739 firewall: Allow overriding the TTL
In instances where a cluster pod in a local VM needs to access a server
that is sshuttle'd from the host, since the packets arriving at the host
already made a hop, their TTL is 63 and so get ignored by sshuttle.
Allowing an override of the firewall TTL rule allows the packets to go
through.
2021-03-05 08:53:53 +11:00
..
__init__.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
ipfw.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
nat.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
nft.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
pf.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00
tproxy.py firewall: Allow overriding the TTL 2021-03-05 08:53:53 +11:00