sshuttle/sshuttle
Scott Kuhl 6d86e44fb4 IPv6 support in nft method.
This works for me but needs testing by others. Remember to specify a
::0/0 subnet or similar to route IPv6 through sshuttle.

I'm adding this to nft before nat since it is not sshuttle's default
method on Linux. Documentation updates may be required too.

This patch uses the ipaddress module, but that appears to be included
since Python 3.3.
2020-10-21 17:47:07 -04:00
..
methods IPv6 support in nft method. 2020-10-21 17:47:07 -04: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 Merge pull request #544 from skuhl/fix-no-remote 2020-10-21 07:53:40 +11:00
cmdline.py fix flake8 issues, clarify comment 2020-10-17 14:43:09 -04:00
firewall.py Make prefixes in verbose output more consistent. 2020-10-20 13:29:45 -04:00
helpers.py reduce 2020-06-03 14:30:37 +10:00
hostwatch.py Trap UnicodeError to handle cases where hostnames returned by DNS are invalid. 2020-03-24 16:13:33 +11:00
linux.py Merge pull request #549 from skuhl/nft-nat-update 2020-10-22 07:56:37 +11:00
options.py fix flake8 issues, clarify comment 2020-10-17 14:43:09 -04:00
sdnotify.py sdnotify.py documentation 2020-10-18 16:45:57 -04:00
server.py Make prefixes in verbose output more consistent. 2020-10-20 13:29:45 -04:00
ssh.py Allow no remote to work. 2020-10-18 23:54:18 -04:00
ssnet.py allow Mux() flush/fill to work with python < 3.5 2020-08-15 15:12:51 -04: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 Auto sudoers file (#269) 2019-12-13 08:15:31 +11:00