summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-05-21 07:18:40 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-05-29 07:44:51 +1000
commit9f27c1943b83891891973e655a700886e357a1ca (patch)
tree7878bb8fa17417a2690cc15906a28e24fe509d33 /docs
parent6c21addde97c4582b3dccb22bca64c33af3e5eff (diff)
Updated supported Python versions
* Drop 2.7 * Add 3.7 and 3.8
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 719594f..0631d66 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -6,7 +6,7 @@ Client side Requirements
- sudo, or root access on your client machine.
(The server doesn't need admin access.)
-- Python 2.7 or Python 3.5.
+- Python 3.5 or greater.
Linux with NAT method
@@ -32,14 +32,6 @@ Supports:
* IPv6 UDP (requires ``recvmsg`` - see below)
* IPv6 DNS (requires ``recvmsg`` - see below)
-.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
-
-Full UDP or DNS support with the TPROXY method requires the ``recvmsg()``
-syscall. This is not available in Python 2, however it is in Python 3.5 and
-later. Under Python 2 you might find it sufficient to install PyXAPI_ in
-order to get the ``recvmsg()`` function. See :doc:`tproxy` for more
-information.
-
MacOS / FreeBSD / OpenBSD / pfSense
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~