X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup-local;h=f5711d074b8aebd81b95cfcfbcc0d159e0b09ef3;hb=8bf6d9c4cc9ec88976c62af33f32c0c660e977e0;hp=b0635a1856ac2f58bb3a84500f0092d1a04f288c;hpb=43fcfaa6bcf02035141025b12a408a5ef10833f3;p=automated-distro-installer 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