summaryrefslogtreecommitdiffstats
path: root/README.rst
AgeCommit message (Collapse)Author
2019-07-25Fix Arch linux installation instructionscptpcrd
`pacman -Sy` does a partial upgrade, which is specifically documented as being unsupported.
2019-06-21update readme to correct flag for arch linux.José Augusto
Correct the install flag for arch linux installation example.
2019-06-08Add install instructions for FedoraJeremy Eder
2019-04-04Add install instructions for Arch LinuxElijah Lynn
2018-06-22Update README.rstDaisuke Taniwaki
2018-02-15Adds 'cd sshuttle' after 'git' to README and docsPetr Blaho
2017-08-03Add homebrew instructionsWilliam Entriken
Per https://github.com/apenwarr/sshuttle/pull/45/files
2016-09-01Fix typo, space not required hereBrian May
2016-09-01Update installation instructionsBrian May
Closes #111.
2016-01-17Release version 0.76v0.76Brian May
2016-01-17Add link to documentationBrian May
2016-01-17Use Sphinx for documentationBrian May
See #60
2016-01-13Move pyXAPI requirementNathan Aclander
2016-01-13Small grammar changesNathan Aclander
2016-01-13Remove verbose debugging from example usageNathan Aclander
2016-01-13Use correct rst formatting for inline monospaceNathan Aclander
2016-01-10Fix documentation.Brian May
Should work even with different python versions on client and server.
2015-12-15IPv6 routes must be added manuallyBrian May
2015-12-15Replace numbered points with dot points.Brian May
2015-12-15Add to TPROXY documentationBrian May
2015-12-14Updates to TPROXY docs.Brian May
2015-12-06Remove IPFW support.Brian May
This is no longer used by modern MacOSX and not getting tested. It also required a do_wait() function which was a complication for sshuttle as a whole. Can get resurrected if required.
2015-11-27Add comment about IPFW support.Brian May
2015-11-27Update documentation.Brian May
2015-11-15More formatting fixes.Brian May
2015-11-15Fix up formatting.Brian May
2015-11-15Restructure codeBrian May
* Make compatible with setuptools. * Load modules via ssh into separate modules, not the one name space.