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
21
21
| MacOS | PF | * IPv4 TCP + You need to have the pfctl command. |
22
22
+-------+--------+------------+-----------------------------------------------+
23
23
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
+
25
31
26
32
Server side Requirements
27
33
------------------------
Original file line number Diff line number Diff line change @@ -55,13 +55,6 @@ Additional information for TPROXY
55
55
---------------------------------
56
56
TPROXY is the only method that supports full support of IPv6 and UDP.
57
57
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
-
65
58
There are some things you need to consider for TPROXY to work:
66
59
67
60
- 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