From: Ian Kelling Date: Sun, 30 Jun 2019 20:02:51 +0000 (-0400) Subject: ipv6 allow firewall X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=commitdiff_plain;h=8bf6d9c4cc9ec88976c62af33f32c0c660e977e0 ipv6 allow firewall --- diff --git a/wrt-setup-local b/wrt-setup-local index b0635a1..f5711d0 100755 --- a/wrt-setup-local +++ b/wrt-setup-local @@ -404,15 +404,39 @@ config rule option target ACCEPT option family ipv6 +config rule + option name http-ipv6 + option src wan + option dest lan + option dest_port 80 + option target ACCEPT + option family ipv6 + +config rule + option name http-ipv6 + option src wan + option dest lan + option dest_port 80 + option target ACCEPT + option family ipv6 config rule - option name mail-ipv6 + option name node-exporter option src wan option dest lan - option dest_port 25 + option dest_port 9101 option target ACCEPT option family ipv6 +config rule + option name mail587-ipv6 + option src wan + option dest lan + option dest_port 587 + option target ACCEPT + option family ipv6 + + EOF