From 5e2aeef1d200297496cf09541cfa36324eb4703d Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 8 Sep 2019 20:18:27 -0400 Subject: [PATCH] Add ip6tables to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3352b8ed..43748af3 100644 --- a/README.md +++ b/README.md @@ -175,11 +175,11 @@ DHCP server like `dnsmasq` is assumed to run and send DHCP packets as root. Undocumented system binaries are all bundled and executable: -* (since API 24) `iptables-save`; +* (since API 24) `iptables-save`, `ip6tables-save`; * `echo`; * `ip` (`link monitor neigh rule`); * `ndc` (`ipfwd` since API 23, `nat` since API 28); -* `iptables` (with correct version corresponding to API level, `-nvx -L `); +* `iptables`, `ip6tables` (with correct version corresponding to API level, `-nvx -L `); * `su`. If some of these are unavailable, you can alternatively install a recent version (v1.28.1 or higher) of Busybox.