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