1
0
镜像自地址 https://github.com/mail-in-a-box/mailinabox.git 已同步 2026-03-27 19:37:22 +01:00

changing IPtable settings

这个提交包含在:
ChiefGyk
2016-06-29 17:54:21 -04:00
父节点 10aef791d7
当前提交 06f4a1d55c

查看文件

@@ -29,7 +29,7 @@ echo "Adding new blocks:"
|sort -u \
|tee $blacklistf \
|grep -v '^#\|:' \
|while read IP; do iptables -I dshield 1 -s $IP -j DROP; done
|while read IP; do iptables -A dshield -p tcp -s $IP -j DROP; done