summaryrefslogtreecommitdiffstats
path: root/sshuttle/methods/tproxy.py
AgeCommit message (Expand)Author
2021-07-12Remove ttl hack & require -r option.Scott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-03-05firewall: Allow overriding the TTLVictor Kareh
2021-01-04tproxy: Skip firewall chains if packets have local destination. (#578)Scott Kuhl
2021-01-01Refactor debug, log and Fatal messages.Scott Kuhl
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
2019-10-13Add tproxy udp port mark filter that was missed in #144, fixes #367.Norman Rasmussen
2019-02-11Fix/pep8 (#277)Bastian Venthur
2017-11-13Fixes some style issues and minor bugsvieira
2017-09-17Route traffic by linux usermax
2017-05-07Adds support for tunneling specific port ranges (#144)João Vieira
2016-01-13Remove a print from tproxy used for debugNathan Aclander
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-13Split setup_firewall method.Brian May
2015-11-25Formatting change.Brian May
2015-11-25Fix reversed debug messages.Brian May
2015-11-17Add more methods tests.Brian May
2015-11-16Restructure codeBrian May