summaryrefslogtreecommitdiffstats
path: root/scripts/start
blob: b416e8b846aef5c752eca94685c39362257ce179 (plain)
1
2
3
4
5
iptables -N Ifw
ipset -N ifw_wl iptree
iptables -A Ifw -m set --set ifw_wl src -j RETURN
ipset -N ifw_bl iptree --timeout 3600
iptables -A Ifw -m set --set ifw_bl src -j DROP