mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
f9361d7014
This change makes the subnets with the most specific port ranges come before subnets with larger, least specific, port ranges. Before this change subnets with smaller swidth would always come first and only for subnets with the same width would the size of the port range be considered. Example: 188.0.0.0/8 -x 0.0.0.0/0:443 Before: 188.0.0.0/8 would come first meaning that all ports would be routed through the VPN for the subnet 188.0.0.0/8 After: 0.0.0.0/0:443 comes first, meaning that port 443 will be excluded for all subnets, including 188.0.0.0/8. All other ports of 188.0.0.0/8 will be routed. |
||
---|---|---|
.. | ||
methods | ||
tests | ||
__init__.py | ||
__main__.py | ||
assembler.py | ||
client.py | ||
cmdline.py | ||
firewall.py | ||
helpers.py | ||
hostwatch.py | ||
linux.py | ||
options.py | ||
sdnotify.py | ||
server.py | ||
ssh.py | ||
ssnet.py | ||
ssyslog.py | ||
stresstest.py |