From 007c10ed9063aaba222e313186ea7f97d2d88d6a Mon Sep 17 00:00:00 2001 From: Samson-W Date: Fri, 19 Jul 2019 02:23:28 +0800 Subject: [PATCH] Update format for how_to_migrating_from_iptables_to_nftables_in_debian10.md --- .../how_to_migrating_from_iptables_to_nftables_in_debian10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md b/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md index 0ba8488..c7e4acc 100644 --- a/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md +++ b/docs/configurations/manual-operation-docs/how_to_migrating_from_iptables_to_nftables_in_debian10.md @@ -52,7 +52,7 @@ Instead of translating command by command, you can translate your whole ruleset ``` $ sudo iptables-save > save.txt $ sudo iptables-restore-translate -f save.txt -\# Translated by iptables-restore-translate v1.8.2 on Fri Jul 12 04:33:36 2019 +# Translated by iptables-restore-translate v1.8.2 on Fri Jul 12 04:33:36 2019 add table ip filter add chain ip filter INPUT { type filter hook input priority 0; policy drop; } add chain ip filter FORWARD { type filter hook forward priority 0; policy drop; }