summaryrefslogtreecommitdiffstats
path: root/sshuttle/methods
AgeCommit message (Expand)Author
2020-12-28Refactor automatic method selection.Scott Kuhl
2020-12-28Set default tmark to pass coverage testsSamuel Bernardo
2020-12-28Set default tmark to pass coverage testsSamuel Bernardo
2020-12-28Correct flake8 liting issuesSamuel Bernardo
2020-12-28Add .gitignore .vscode/ path. Resolve the issue #374 adding tproxy mark optio...Samuel Bernardo
2020-11-04Merge pull request #557 from skuhl/nft-ipv6-improvementsBrian May
2020-11-03Improve nft IPv6 support.Scott Kuhl
2020-10-26Merge branch 'master' into which-fix to resolve merge conflict.Scott Kuhl
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-21IPv6 support in nft method.Scott Kuhl
2020-10-21Make nat and nft rules consistent; improve rule ordering.Scott Kuhl
2020-10-18Update/document client's handling of IPv4 and IPv6.Scott Kuhl
2020-07-16Increase IP4 ttl to 63 hops instead of 42Erik Selin
2020-05-10remove debug message for getpeername failureMark Heiges
2020-05-10fix crash triggered by port scans closing socketMark Heiges
2020-02-07Simplify nftables based methodJulian Wollrath
2020-02-04Fixed, removed unused importsHaw Loeung
2020-02-04Added nft_chain_exists() and fixed nft to use thatHaw Loeung
2020-02-04Handle when default chains already exists (#392)Haw Loeung
2019-11-09Make hostwatch locale-independent (#379)Ben Wiederhake
2019-10-13Add tproxy udp port mark filter that was missed in #144, fixes #367.Norman Rasmussen
2019-09-22Fix capturing of local DNS serversNick Sokolov
2019-09-22The size of pf_rule grew in OpenBSD 6.4Anthony Cornehl
2019-06-08Fix tests for existing PR-312 (#337)Daniel Jeffery
2019-02-11Fix/pep8 (#277)Bastian Venthur
2018-11-03Changes pf exclusion rules precedenceJoão Vieira
2018-10-23Fixes support for OpenBSD (6.1+) (#282)João Vieira
2018-10-17replace path /dev/null by os.devnullAbbalYouness
2018-04-30Fix line length for CI.Antoine POPINEAU
2018-04-30Fix concatening string to tuple. Allow for forwarding a single port.Antoine POPINEAU
2018-03-13Add nat-like method using nftables instead of iptablesJulian Wollrath
2017-11-13Fixes some style issues and minor bugsvieira
2017-11-08Changes methods that do not reference the instance to static methodsvieira
2017-11-08Remove trailing whitespacesvieira
2017-10-21Load pf kernel module when enabling pfvieira
2017-09-17Route traffic by linux usermax
2017-07-29Avoid port forwarding from loopback addressvieira
2017-05-07Adds support for tunneling specific port ranges (#144)João Vieira
2017-01-28Re-introduce ipfw support for sshuttle on FreeBSD with support for --DNS opti...Ermal Luci
2017-01-15Add support for PfSensevieira
2017-01-09Set started_by_sshuttle False after disabling pfvieira
2016-10-04Fix argument splitting for multi-word argumentsFelix Dreissig
2016-07-27Use == instead of is to compare with AF_INETvieira
2016-07-27Be more specific and consistent in some pf rulesvieira
2016-07-24IPv6 support for BSD and OSXvieira
2016-06-16Add <forward_subnets> to divert rule in OpenBSDJoão Vieira
2016-06-16Hack pf to enable multiple instances in Mac OS X 10.10 and aboveHuiqiang Liu
2016-04-23Ensure locale is set to C for external commandsBrian May
2016-03-02Add support for OpenBSDvieira
2016-03-02Override the skip on lo that ends up in the chainvieira