summaryrefslogtreecommitdiffstats
path: root/sshuttle/linux.py
AgeCommit message (Expand)Author
2021-03-18Fix firewall setup/teardown failure on xtable lockPatrick Huesmann
2021-01-01Refactor debug, log and Fatal messages.Scott Kuhl
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-22Merge pull request #549 from skuhl/nft-nat-updateBrian May
2020-10-21Make nat and nft rules consistent; improve rule ordering.Scott Kuhl
2020-10-20Make prefixes in verbose output more consistent.Scott Kuhl
2020-07-16Increase IP4 ttl to 63 hops instead of 42Erik Selin
2020-02-07Simplify nftables based methodJulian Wollrath
2020-02-04Added nft_chain_exists() and fixed nft to use thatHaw Loeung
2019-02-11Fix/pep8 (#277)Bastian Venthur
2019-01-23Fix potential deadlock condition in nft_get_handleAlex Tomlins
2019-01-23Use subprocess.check_output instead of runAlex Tomlins
2018-12-09Fix deadlock with iptables with large rulesetAlex Tomlins
2018-03-13Add nat-like method using nftables instead of iptablesJulian Wollrath
2016-04-23Ensure locale is set to C for external commandsBrian May
2015-11-16Restructure codeBrian May