From 82ef5f941b5ec4f5cdccac612c18d1600d27fce8 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 27 Aug 2024 23:18:25 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"docs(readme):=20update=20`README.md`?= =?UTF-8?q?=20to=20include=20incoming=20interface=20(`-i=20t=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8c7f4e98b39518e10bf5cbd69987e4ccf702015b. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e6e169..d851d24 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ both IPv4 and IPv6 usage. #### Using iptables ``` -iptables -t nat -A POSTROUTING -o eth0 -i tun0 -j MASQUERADE -ip6tables -t nat -A POSTROUTING -o eth0 -i tun0 -j MASQUERADE +iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE +ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE ``` [Back to TOC](#table-of-contents)