summaryrefslogtreecommitdiffstats
path: root/sshuttle/methods
AgeCommit message (Expand)Author
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
2016-03-02Refactor OS specific portions of PFvieira
2016-01-13Remove a print from tproxy used for debugNathan Aclander
2016-01-05Adds support for FreeBSD PFvieira
2015-12-15Simplify selection of featuresBrian May
2015-12-14Declare DNS support as featureBrian May
2015-12-14Don't declare udp feature without recvmsgBrian May
2015-12-14Ensure Fatal errors are really FatalBrian May
2015-12-14Print PF rules used.Brian May
2015-12-13Split setup_firewall method.Brian May
2015-12-07Fix logging with pf method and Python 3.5Brian May
2015-12-07Fix get_tcp_dstip with MacOSX/Python3.5Brian May
2015-12-06Fix more brokenness.Brian May
2015-12-06Remove IPFW support.Brian May