summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2016-01-17 17:58:36 +1100
committerBrian May <brian@linuxpenguins.xyz>2016-01-17 17:58:36 +1100
commit242c266e7dcfcfcdc1700627a957dbc87289f899 (patch)
tree54471409cf67c85e5ed8bf4f4420afd2b83a8ef6
parent7408ab3c535b01cb82fc1905858fd53e7abe028b (diff)
Move recvmsg to requirements
-rw-r--r--docs/requirements.rst8
-rw-r--r--docs/usage.rst7
2 files changed, 7 insertions, 8 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index cefdb96..ad99170 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -21,7 +21,13 @@ Client side Requirements
| MacOS | PF | * IPv4 TCP + You need to have the pfctl command. |
+-------+--------+------------+-----------------------------------------------+
-.. _PyXAPI: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
+.. _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 is in Python 3.5 and
+later. Under Python 2 you might find it sufficient installing PyXAPI_ to get
+the ``recvmsg()`` function.
+
Server side Requirements
------------------------
diff --git a/docs/usage.rst b/docs/usage.rst
index bdaa9a7..ee4a8db 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -55,13 +55,6 @@ Additional information for TPROXY
---------------------------------
TPROXY is the only method that supports full support of IPv6 and UDP.
-.. _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 is in Python 3.5 and
-later. Under Python 2 you might find it sufficient installing PyXAPI_ to get
-the ``recvmsg()`` function.
-
There are some things you need to consider for TPROXY to work:
- The following commands need to be run first as root. This only needs to be