From 1a7ffc7028440478417602d5688e09b36e08351b Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 1 Feb 2019 22:54:50 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91558697..2e7eb08d 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,9 @@ 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 23: `ndc` (`ipfwd` with proper output format); * `echo`; * `ip` (`link monitor neigh rule` with proper output format); +* `ndc` (`ipfwd` with proper output format since API 23, `nat`); * `iptables` (with correct version corresponding to API level, `-nvx -L ` with proper output format); * `su`.