2023年5月26日星期五

拯救自己搭建的BingAI网站,无需任何魔法就可以访问!!

 

0. 下载word版教程

密码:9054


1. 使用edge浏览器,访问:

https://microsoftedge.microsoft.com/addons/detail/modheader-modify-http-h/opgbiafapkbbnbnjcdomjaghbckfkglc

下载modheader插件


2. 找一个澳大利亚IP

http://ip.bczs.net/country/AU


3. 配置modHeader























Request headers 选择 X-Forwarded-For

之后选择FILTER,再选择Request URL filters,添加下面两条

.*://bingbot.andywork.one/.*
wss://sydney.bing.com/sydney/ChatHub




2023年5月23日星期二

VPS测试脚本大全


来自科技Lion


以下命令全是在root用户下


#CentOS系统:

#更新软件包

yum update


其他命令跟下面系统的均相同


#Debian & Ubuntu系统

1. 测试CPU性能脚本

apt update -y && apt install -y curl wget sudo

curl -sL yabs.sh | bash -s -- -i -5


2. 解锁状态查看

bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)


3.流媒体解锁测试脚本

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)


4. 三网回程延迟测试脚本

wget -qO- git.io/besttrace | bash


5. 三网回程测试脚本

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash


6.三网测速脚本

bash <(curl -Lso- https://git.io/superspeed_uxh)


7. 测速命令

wget -qO- bench.sh | bash