1 Star 0 Fork 0

孙笑川/script

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
attack-block 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
lrinQVQ 提交于 2019-09-17 12:05 . fix typo
#!/bin/sh
# Block China Mobile,China Telecom,China Unicom and CNCERT attack server
cat >/etc/ip6tables.test.rules <<EOF
*filter
-I INPUT -s 2409:8880:3e01:200:100::/128 -j DROP
-I INPUT -s 240e:58:2:200:100::/128 -j DROP
-I INPUT -s 2408:8000:10fe:200:100::/128 -j DROP
-I INPUT -s 2001:da8:20b:200:100::/128 -j DROP
COMMIT
EOF
ip6tables-restore </etc/ip6tables.test.rules
ip6tables-save >/etc/ip6tables.up.rules
cat >/etc/network/if-pre-up.d/ip6tables <<EOF
#!/bin/sh
/sbin/ip6tables-restore < /etc/ip6tables.up.rules
EOF
chmod +x /etc/network/if-pre-up.d/ip6tables
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nmslse/script.git
[email protected]:nmslse/script.git
nmslse
script
script
master

搜索帮助