阿里云服务器 CentOS 操作系统关闭阿里云盾(安骑士)
CentOS 大约 838 字描述
阿里云ECS
云服务器上,会有一个AliYunDun
卸载阿里云盾监控
wget http://update.aegis.aliyun.com/download/uninstall.sh
sh uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
sh quartz_uninstall.sh
删除残留
pkill aliyun-service
rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
rm -rf /usr/local/aegis*
屏蔽云盾 IP
iptables -I INPUT -s 140.205.201.0/28 -j DROP
iptables -I INPUT -s 140.205.201.16/29 -j DROP
iptables -I INPUT -s 140.205.201.32/28 -j DROP
iptables -I INPUT -s 140.205.225.192/29 -j DROP
iptables -I INPUT -s 140.205.225.200/30 -j DROP
iptables -I INPUT -s 140.205.225.184/29 -j DROP
iptables -I INPUT -s 140.205.225.183/32 -j DROP
iptables -I INPUT -s 140.205.225.206/32 -j DROP
iptables -I INPUT -s 140.205.225.205/32 -j DROP
iptables -I INPUT -s 140.205.225.195/32 -j DROP
iptables -I INPUT -s 140.205.225.204/32 -j DROP
阅读 3117 · 发布于 2021-05-25
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称:
随便看看
换一批
-
Spring Boot JPA 使用 @IdClass 添加联合主键阅读 311
-
HTML 使用 CSS 移除 input datalist 下拉箭头阅读 54
-
Linux sort 命令简单使用阅读 2359
-
状态字段应该使用 "status" 还是 "state"阅读 5371
-
软考-系统架构设计师:存储管理-页面置换算法阅读 1604
-
Docker 使用 dfimage 从镜像中提取 Dockerfile阅读 1360
-
OpenResty 中使用 lua-resty-http 完成 HTTP 请求阅读 13509
-
PowerShell 无法执行 node-gyp 命令阅读 2855
-
IDEA Skipped breakpoint because it happened inside debugger evaluation阅读 2342
-
IDEA JavaFX Can't build artifact - fx:deploy is not available in this JDK阅读 4939