summaryrefslogtreecommitdiffstats
path: root/docs/requirements.rst
diff options
context:
space:
mode:
authorScott Kuhl <kuhl@mtu.edu>2020-10-22 20:17:03 -0400
committerScott Kuhl <kuhl@mtu.edu>2020-10-22 20:17:09 -0400
commitc02b93e719a5c33df85d35e6ac6559c377fa0eb4 (patch)
treeb1c5bc3ee6c30efdc1d3cda843002d16654fffbe /docs/requirements.rst
parent6d86e44fb4b67f4d4c2b4453e44c97c11a754c33 (diff)
nft IPv6 documentation (and other minor doc updates)
Update docs to indicate that IPv6 is supported with the nft method. - Adds nft into the requirements.rst file. - Update description of what happens when a hostname is used in a subnet. - Add ipfw to list of methods. - Indicate that --auto-nets does not work with IPv6. Previously this was only mentioned in tproxy.rst - Clarify that we try to use "python3" on the server before trying "python".
Diffstat (limited to 'docs/requirements.rst')
-rw-r--r--docs/requirements.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/requirements.rst b/docs/requirements.rst
index 27072b4..335b3c4 100644
--- a/docs/requirements.rst
+++ b/docs/requirements.rst
@@ -20,6 +20,18 @@ Requires:
* iptables DNAT, REDIRECT, and ttl modules.
+Linux with nft method
+~~~~~~~~~~~~~~~~~~~~~
+Supports
+
+* IPv4 TCP
+* IPv4 DNS
+* IPv6 TCP
+* IPv6 DNS
+
+Requires:
+
+* nftables
Linux with TPROXY method
~~~~~~~~~~~~~~~~~~~~~~~~