From a9191f1671c7caa451a414794b673f43799eb18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Mon, 30 Jan 2023 01:24:18 +0100 Subject: Minor formatting nit for the iptables sample configuration file. --- etc/wpa_supplicant/appliance/iptables.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/wpa_supplicant/appliance') diff --git a/etc/wpa_supplicant/appliance/iptables.sample b/etc/wpa_supplicant/appliance/iptables.sample index af60a63..3a3cd5f 100644 --- a/etc/wpa_supplicant/appliance/iptables.sample +++ b/etc/wpa_supplicant/appliance/iptables.sample @@ -9,15 +9,15 @@ *filter :INPUT ACCEPT [0:0] -:FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] +:FORWARD ACCEPT [0:0] [0:0] -A FORWARD -i eth0 -o wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPT [0:0] -A FORWARD -i eth0 -o wlan0 -j ACCEPT COMMIT *nat -:PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] +:PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] [0:0] -A POSTROUTING -o wlan0 -j MASQUERADE COMMIT -- cgit v1.2.3