IP质量检测脚本

2025-03-13 / 无评论

默认双栈检测:

bash <(curl -Ls IP.Check.Place)

只检测IPv4结果:

bash <(curl -Ls IP.Check.Place) -4

只检测IPv6结果:

bash <(curl -Ls IP.Check.Place) -6

指定检测网卡:

bash <(curl -Ls IP.Check.Place) -i eth0

指定代理服务器:

bash <(curl -Ls IP.Check.Place) -x http://username:password@proxyserver:port
bash <(curl -Ls IP.Check.Place) -x https://username:password@proxyserver:port
bash <(curl -Ls IP.Check.Place) -x socks5://username:password@socksproxy:port

选择脚本语言为英文:

bash <(curl -Ls IP.Check.Place) -l en

报告展示完整IP地址:

bash <(curl -Ls IP.Check.Place) -f

基础信息多语言支持:

bash <(curl -Ls IP.Check.Place) -l jp|es|de|fr|ru|pt

无回应:“IP质量检测脚本”

发表评论

电子邮件地址不会被公开。 必填项已用*标注