File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,13 @@ Client side Requirements
2121| MacOS | PF | * IPv4 TCP + You need to have the pfctl command. |
2222+-------+--------+------------+-----------------------------------------------+
2323
24- .. _PyXAPI : http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
24+ .. _PyXAPI : http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
25+
26+ Full UDP or DNS support with the TPROXY method requires the ``recvmsg() ``
27+ syscall. This is not available in Python 2, however is in Python 3.5 and
28+ later. Under Python 2 you might find it sufficient installing PyXAPI _ to get
29+ the ``recvmsg() `` function.
30+
2531
2632Server side Requirements
2733------------------------
Original file line number Diff line number Diff line change @@ -55,13 +55,6 @@ Additional information for TPROXY
5555---------------------------------
5656TPROXY is the only method that supports full support of IPv6 and UDP.
5757
58- .. _PyXAPI : http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
59-
60- Full UDP or DNS support with the TPROXY method requires the ``recvmsg() ``
61- syscall. This is not available in Python 2, however is in Python 3.5 and
62- later. Under Python 2 you might find it sufficient installing PyXAPI _ to get
63- the ``recvmsg() `` function.
64-
6558There are some things you need to consider for TPROXY to work:
6659
6760- The following commands need to be run first as root. This only needs to be
You can’t perform that action at this time.
0 commit comments