From 8bf6d9c4cc9ec88976c62af33f32c0c660e977e0 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 30 Jun 2019 16:02:51 -0400 Subject: [PATCH] ipv6 allow firewall --- wrt-setup-local | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) 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 -- 2.30.2