diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-05-14 22:59:37 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-05-14 23:44:51 +0200 |
commit | 972aa5cee272ad68b475dcb31baa780f08ce2559 (patch) | |
tree | 7e3384c4efbe729e51eb2678bdcdfad864fc78a9 /aports/iptables/iptables.rules-save | |
parent | 1a098a35e786fbf23177750f6fa3517cf77fd3e0 (diff) | |
download | freebsd-wifibox-alpine-972aa5cee272ad68b475dcb31baa780f08ce2559.zip |
Expose IP Tables configuration.
Diffstat (limited to 'aports/iptables/iptables.rules-save')
-rw-r--r-- | aports/iptables/iptables.rules-save | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/aports/iptables/iptables.rules-save b/aports/iptables/iptables.rules-save deleted file mode 100644 index 326a7a8..0000000 --- a/aports/iptables/iptables.rules-save +++ /dev/null @@ -1,14 +0,0 @@ -*filter -:INPUT ACCEPT [24:1728] -:FORWARD ACCEPT [480:181212] -:OUTPUT ACCEPT [27:2041] -[377:71090] -A FORWARD -i eth0 -o wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPT -[51:4670] -A FORWARD -i eth0 -o wlan0 -j ACCEPT -COMMIT -*nat -:PREROUTING ACCEPT [64:6167] -:INPUT ACCEPT [0:0] -:OUTPUT ACCEPT [3:174] -:POSTROUTING ACCEPT [3:174] -[51:4670] -A POSTROUTING -o wlan0 -j MASQUERADE -COMMIT |