summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2015-11-27 14:18:16 +1100
committerBrian May <brian@linuxpenguins.xyz>2015-11-27 14:18:16 +1100
commitd41579c265632c90572eac272dbc050d672fd2f0 (patch)
treed8b436ea16404a8714fb233efd0938e71b5e22ef
parent974f9aee8165c7e93804f34da30e84c532d6ef93 (diff)
Add comment about IPFW support.
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 28707a9..2b05d02 100644
--- a/README.rst
+++ b/README.rst
@@ -50,6 +50,11 @@ Client side Requirements
| MacOS | PF | * IPv4 TCP + You need to have the pfctl command. |
+-------+--------+------------+-----------------------------------------------+
+The IPFW method is depreciated. It was originally required for MacOS support,
+however is no longer maintained. It is likely to get removed from future
+versions of sshuttle.
+
+
Server side Requirements
------------------------
Python 2.7 or Python 3.5. This should match what is used on the client side.