summaryrefslogtreecommitdiffstats
path: root/sshuttle/options.py
AgeCommit message (Expand)Author
2023-08-07Add support for group-based routingFata Nugraha
2022-03-13Remove --sudoers, improve --sudoers-no-modifyScott Kuhl
2022-02-10accept a wildcarded hostmangano-ito
2021-07-12Remove ttl hack & require -r option.Scott Kuhl
2021-05-31Merge pull request #647 from skuhl/man-page-updatesBrian May
2021-05-29flake8: fix long lineScott Kuhl
2021-05-29Update documentationScott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-03-20options: make sure ttl is of integer typePatrick Huesmann
2021-03-05firewall: Allow overriding the TTLVictor Kareh
2021-02-16Allow comments in configuration fileKees Hink
2020-12-31Ignore quotes in config file passed to sshuttle with @Scott Kuhl
2020-12-28Correct options typo for argument tmarkSamuel Bernardo
2020-12-28Add .gitignore .vscode/ path. Resolve the issue #374 adding tproxy mark optio...Samuel Bernardo
2020-10-17fix flake8 issues, clarify commentScott Kuhl
2020-10-16When subnets and excludes are specified with hostnames, use all IPs.Scott Kuhl
2020-04-25Fix parsing of hostnames to allow ssh aliases defined in ssh configs) (#418)tobigrimm
2019-12-13Auto sudoers file (#269)William Mantly
2019-11-08Add option for latency control buffer sizeJoseph Barker
2019-02-14Hyphen in hostname fixThomas Bouve
2019-02-11Fix/pep8 (#277)Bastian Venthur
2018-09-21Add --no-sudo-pythonpath optionSteven McDonald
2018-03-13Add nat-like method using nftables instead of iptablesJulian Wollrath
2018-01-30Load options from a filevieira
2017-11-13Fixes some style issues and minor bugsvieira
2017-09-17Route traffic by linux usermax
2017-07-18Add new option for overriding destination DNS server.Itamar Turner-Trauring
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
2016-10-13Fix #117 to allow for no subnets via file (-s)Joao Vieira
2016-09-27Allow subnets to be given only by file (-s)vieira
2016-07-24Exclude the IP where sshuttle is really listeningvieira
2016-05-02tweak docs to match @vieira's changesDan Lenski
2016-03-31Support multiple subnet files (multiple -s options)vieira
2016-03-28Remove --server optionvieira
2016-03-22Fix pep8 issuesBrian May
2016-03-22Use argparse for command line optionsvieira
2015-11-16Add Python 3.5 support.Brian May
2015-11-15Restructure codeBrian May