sshuttle/tests/client
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
..
test_firewall.py Refactor automatic method selection. 2020-12-28 10:21:56 +11:00
test_helpers.py Refactor debug, log and Fatal messages. 2021-01-01 19:32:48 +11:00
test_methods_nat.py IPv6 support in nft method. 2020-10-21 17:47:07 -04:00
test_methods_pf.py Improve consistency of PATH, environments, and which() 2020-10-23 20:33:20 -04:00
test_methods_tproxy.py tproxy: Skip firewall chains if packets have local destination. (#578) 2021-01-04 09:05:32 +11:00
test_options.py Remove localhost test since it can resolve to either IPv4, IPv6, or both in any particular order 2020-10-17 15:56:23 -04:00
test_sdnotify.py Fix/pep8 (#277) 2019-02-11 09:59:13 +11:00