sshuttle/sshuttle
Scott Kuhl 97c25e988e
tproxy: Skip firewall chains if packets have local destination. (#578)
If you use the tproxy method with a large subnet (such as 0/0), then
(1) you may not receive UDP packets that sshuttle/tproxy can handle
and (2) you are unable to connect to your machine using an IP that
your computer recognizes as its own.

To resolve those issues, any traffic to an IP that the host knows is
local, does not go through the sshuttle chains.
2021-01-04 09:05:32 +11:00
..
methods tproxy: Skip firewall chains if packets have local destination. (#578) 2021-01-04 09:05:32 +11:00
__init__.py Use argparse for command line options 2016-03-22 13:12:59 +11:00
__main__.py Fix installation from wheel 2016-01-17 10:21:21 +11:00
assembler.py Make prefixes in verbose output more consistent. 2020-10-20 13:29:45 -04:00
client.py Improve error messages related to sshuttle server. (#580) 2021-01-04 08:35:10 +11:00
cmdline.py Improve error messages related to sshuttle server. (#580) 2021-01-04 08:35:10 +11:00
firewall.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
helpers.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
hostwatch.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
linux.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
options.py Ignore quotes in config file passed to sshuttle with @ 2020-12-31 10:20:22 +11:00
sdnotify.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
server.py Improve error messages related to sshuttle server. (#580) 2021-01-04 08:35:10 +11:00
ssh.py Improve error messages related to sshuttle server. (#580) 2021-01-04 08:35:10 +11:00
ssnet.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
ssyslog.py Close stdin, stdout, and stderr when using syslog or forking to daemon (#283) 2018-11-01 09:27:50 +11:00
stresstest.py Fix PEP8 issues. 2015-11-16 09:10:02 +11:00
sudoers.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00