summaryrefslogtreecommitdiffstats
path: root/sshuttle
AgeCommit message (Expand)Author
2021-07-01Merge pull request #658 from skuhl/pfctl-error-reportBrian May
2021-06-30Print pfctl error message when it returns non-zero.Scott Kuhl
2021-06-23replace psutil with osKyle
2021-06-02fix lint errorsScott Kuhl
2021-06-02Improve hostwatch robustness and documentation.Scott Kuhl
2021-05-30Merge branch 'master' into nat-ipv6Scott Kuhl
2021-05-31Merge pull request #647 from skuhl/man-page-updatesBrian May
2021-05-31Merge pull request #645 from skuhl/hostwatch-remove-dead-codeBrian May
2021-05-29flake8: fix long lineScott Kuhl
2021-05-29Update documentationScott Kuhl
2021-05-29Add IPv6 support to nat (iptables) method.Scott Kuhl
2021-05-29Remove dead code in hostwatch.pyScott Kuhl
2021-05-27Fix --tmark optionScott Kuhl
2021-05-21Fix: Allow --to-ns and --ns-host without --dns.Scott Kuhl
2021-05-18Merge pull request #634 from skuhl/systemd-dns-flushBrian May
2021-05-07Warn about adding sshuttle to sudoers.Scott Kuhl
2021-05-05Flush systemd DNS cache on startup and exit.Scott Kuhl
2021-03-21Merge pull request #618 from patrislav1/bugfix-dnsproxyBrian May
2021-03-20options: make sure ttl is of integer typePatrick Huesmann
2021-03-18Fix firewall setup/teardown failure on xtable lockPatrick Huesmann
2021-03-10Make exit code indicate a problem when pidfile is not writable.Scott Kuhl
2021-03-05firewall: Allow overriding the TTLVictor Kareh
2021-02-16Allow comments in configuration fileKees Hink
2021-01-23--latency-buffer-size now impacts server's buffer.Scott Kuhl
2021-01-04tproxy: Skip firewall chains if packets have local destination. (#578)Scott Kuhl
2021-01-04Improve error messages related to sshuttle server. (#580)Scott Kuhl
2021-01-01Refactor debug, log and Fatal messages.Scott Kuhl
2020-12-31Ignore quotes in config file passed to sshuttle with @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 options typo for argument tmarkSamuel 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-16Fix handling OSError in FirewallClient#__init__Krouton
2020-11-05Merge pull request #558 from skuhl/dns-to-noneBrian May
2020-11-04Fix long line in previous commitScott Kuhl
2020-11-04Merge pull request #552 from skuhl/systemd-resolvedBrian May
2020-11-04Merge pull request #557 from skuhl/nft-ipv6-improvementsBrian May
2020-11-03Make server and client handle resolv.conf differently.Scott Kuhl
2020-11-03Improve nft IPv6 support.Scott Kuhl
2020-11-03Improve error message when "ip" and "netstat" are missing and --auto-nets fai...Scott Kuhl
2020-10-26Merge branch 'master' into which-fix to resolve merge conflict.Scott Kuhl
2020-10-26Fix "DNS request from ... to None" messages.Scott Kuhl
2020-10-25Intercept DNS requests sent by systemd-resolved.Scott Kuhl
2020-10-23Improve consistency of PATH, environments, and which()Scott Kuhl
2020-10-21IPv6 support in nft method.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-21Merge pull request #544 from skuhl/fix-no-remoteBrian May