small fix and config change
[automated-distro-installer] / wrt-disabled-firewall-rules
index 3190f0b7775c33d32de2add34cd8c0cc8ff6b799..c126d432d33d1a441a4df69de52abf5ef4557ff5 100644 (file)
@@ -6,29 +6,7 @@ firewall rules, temporarily disabled until I get them working
 
 
 #http/https
-config redirect
-       option src              wan
-       option src_dport        443
-       option dest             lan
-       option dest_ip          192.168.1.2
-       option proto            tcp
-config rule
-       option src              wan
-       option target           ACCEPT
-       option dest_port        443
-       option proto            tcp
 
-config redirect
-       option src              wan
-       option src_dport        80
-       option dest             lan
-       option dest_ip          192.168.1.2
-       option proto            tcp
-config rule
-       option src              wan
-       option target           ACCEPT
-       option dest_port        80
-       option proto            tcp
 
 
 config redirect