MENU

检测SS/SSR链接数量以及IP

July 25, 2017 • Read: 12601 • 网络笔记

直接上脚本

wget -N --no-check-certificate https://softs.pw/Bash/ssr_ip_check.sh && chmod +x ssr_ip_check.sh
 
# 备用下载地址(上面的链接无法下载,就用这个):
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr_ip_check.sh && chmod +x ssr_ip_check.sh

bash ssr_ip_check.sh
# 检测并列出超过IP阈值的端口和链接IP信息(默认为 3)
 
bash ssr_ip_check.sh a
# 检测并列出所有端口和链接IP信息(实际是IP阈值为 1)
Archives QR Code Tip
QR Code for this page
Tipping QR Code
Leave a Comment

已有 1 条评论
  1. 阿毛 阿毛

    运行时错误,
    [错误] ShadowsocksR服务端没有运行,请检查 !

    因为我开的是Shadowsocks不带R的,所以没法用吗? 有什么办法吗?