网站连接
万能检测(Ping/端口)
/
BOCE网站质量监测平台
/
网站安全檢測平台
/
全球主机监控 (在线优选IP)
/
Web Check
检测IP是否被墙
/
检测IP代理
/
检测IP类型
/
检测IP欺诈
/
Ping检测网站
连接伪装程度
/
IP信息檢測
/
查看我的IP地址
/
cloudflare測速
/
源站查询Censys
/
源站查询fofa
多工具集合
/
当前IP信息查询
查询搬瓦工服务器状态
Opentrace可视化路由跟踪MTR软件
脚本
可用流媒体测试
bash <(curl -L -s check.unlock.media) -M 4
bash <(curl -L -s media.ispvps.com)
IP质量检测
bash <(curl -Ls IP.Check.Place)
代理測試地址
#Apple 对中国大陆和境外都是最友好的
http://www.apple.com/library/test/success.html
# 高通 对中国大陆和境外都是最友好的
http://www.qualcomm.cn/generate_204
# Cloudflare 境外代理节点好用,对中国大陆不太友好
http://cp.cloudflare.com/
# Google 各大代理工具都默认使用的地址,对中国大陆和境外都比较友好
http://www.gstatic.com/generate_204
# Google TLS 延迟会比较高,但会杜绝一些假延迟的情况
https://www.gstatic.com/generate_204
融合脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
bash <(wget -qO- bash.spiritlhl.net/ecs)
服务器性能检测
# 秋水逸冰
wget -qO- bench.sh | bash
检测三网回程
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
#
curl https://raw.githubusercontent.com/oneclickvirt/backtrace/main/backtrace_install.sh -sSf | bash
./backtrace
服务器回程路由
wget "https://raw.githubusercontent.com/hijkpw/testrace/master/testrace.sh" && chmod +x testrace.sh && ./testrace.sh
查看IP地址信息
curl ipinfo.io
curl ip.p3terx.com
curl -4 ip.p3terx.com
curl -6 ip.p3terx.com
免费IPv6隧道为VPS添加IPv6地址
https://www.tunnelbroker.net
配置IPv6相關
# 检查默认 IPv6 路由
ip -6 route show
# 重启 Networking 服务(推荐用于本地或多网卡配置)
systemctl restart networking.service
# 关闭网卡
ifdown eth0
# 启用网卡
ifup eth0
# 拒绝所有目标地址的 IPv6 出站流量
ufw deny out from any to ::/0
ufw allow out from any to 1003:100a:c1a::1
# 配置網卡(Debian)/etc/network/interfaces.d,按需修改
auto he-ipv6
iface he-ipv6 inet6 v4tunnel
address 1003:100a:c1a::2
netmask 64
endpoint 66.66.66.66
local 11.11.11.11
ttl 255
gateway 1003:100a:c1a::1
iface he-ipv6 inet6 static
address 1003:100a:c1a::3
netmask 64
查看Cloudflare WARP
测速脚本
bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)
vasma
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
八合一一键脚本
# 官網 https://www.v2ray-agent.com/
# https://www.v2ray-agent.com/archives/1682491479771
# github
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
# 備用
wget -P /root -N --no-check-certificate "https://www.v2ray-agent.com/v2ray-agent/install.sh" && chmod 700 /root/install.sh && /root/install.sh
一键DD脚本
#DD debian 11示例:
#Debian/Ubuntu:
apt update
apt-get install -y xz-utils openssl gawk file
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/InstallNET.sh && chmod +x InstallNET.sh && ./InstallNET.sh -d 11 -v 64 -p "自定义root密码" -port "自定义ssh端口"
WARP+脚本
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/warp-go.sh && bash warp-go.sh
# 项目地址
https://github.com/fscarmen/warp
https://github.com/P3TERX/warp.sh
https://gitlab.com/ProjectWARP/warp-go/-/tree/master/
https://github.com/yonggekkk/warp-yg
https://gitlab.com/Misaka-blog/warp-script