X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=wrt-setup;h=dbef44323b7f4cfc027652547d4c868c5f4c79f9;hb=c4337bdfa287cb3160b294d58c64b51f870117ea;hp=3fa44d229d81e7cbc44616eed3fd3f1917ee939a;hpb=1a5548031efc4a1fa88ca94237eac3033cf97ef1;p=automated-distro-installer diff --git a/wrt-setup b/wrt-setup index 3fa44d2..dbef443 100755 --- a/wrt-setup +++ b/wrt-setup @@ -184,33 +184,6 @@ config rule option src wan option target ACCEPT option dest_port 22 - - -#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 - EOF @@ -219,15 +192,15 @@ EOF dnsmasq_restart=false v cedit /etc/hosts <