Ignore:
Timestamp:
Mar 17, 2012, 1:19:08 PM (13 years ago)
Author:
richardvm
Message:

blocking port 443

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/releng-9.0/nanobsd/files/etc/ipfw.sh

    r10199 r10201  
    6666for INF in $captive_portal_interfaces; do
    6767  ${fwcmd} add 10100 fwd 172.31.255.1,8081 tcp from any to not 172.16.0.0/12 80 in via ${INF}
     68  ${fwcmd} add 11000 deny ip from any to any in via ${INF}
    6869done
Note: See TracChangeset for help on using the changeset viewer.