Skip to content

Commit 544b9d5

Browse files
committed
Revert "gateways: make Webinterface unreachable from uplink site"
This reverts commit 30a341c.
1 parent d90be46 commit 544b9d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

roles/cfg_openwrt/templates/gateway/config/firewall.j2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ config rule
100100
option dest_port 22
101101
option target ACCEPT
102102

103+
config rule
104+
option name "Allow HTTPS"
105+
option src uplink
106+
option proto tcp
107+
option dest_port 443
108+
option target ACCEPT
109+
103110
config rule
104111
option name "Allow GRE"
105112
option src uplink

0 commit comments

Comments
 (0)