X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-disabled-firewall-rules;h=3190f0b7775c33d32de2add34cd8c0cc8ff6b799;hb=f74458d51ebaeba827307920c7a66ed2d69d6fbd;hp=a0041d70470bba769534d23bc1a82c73772dde3e;hpb=dff5d53b917601ff9f0d66a2aed397a9deb1d61e;p=automated-distro-installer diff --git a/wrt-disabled-firewall-rules b/wrt-disabled-firewall-rules index a0041d7..3190f0b 100644 --- a/wrt-disabled-firewall-rules +++ b/wrt-disabled-firewall-rules @@ -5,6 +5,32 @@ firewall rules, temporarily disabled until I get them working # each port forward needs corresponding forward in the vpn server +#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 option name bittorrent option src vpn