设置teredo IPv6隧道来远程SSH连接,添加更换teredo服务器
teredo隧道快速设置:windows电脑下,Win+X 打开 Windows PowerShell(管理员)快速开启teredo隧道三行代码:netsh interface teredo set state enterpriseclient server=defaultnetsh interfa ... 继续阅读 »
teredo隧道快速设置:windows电脑下,Win+X 打开 Windows PowerShell(管理员)快速开启teredo隧道三行代码:netsh interface teredo set state enterpriseclient server=defaultnetsh interfa ... 继续阅读 »
https://github.com/jinwyp/one_click_script/blob/master/README_CN.mdEasy install v2ray (xray) and trojan (trojan-go) script (ultimate script for all pr ... 继续阅读 »
纯ipv6搭建v2ray,hax、euserv v2ray BBR教程一、开始搭建1、系统我选择的Centos7,直接ssh服务器 (hax自带网页版,推荐使用,如果是euserv也可以用hax的)执行脚本:bash <(curl -Ls https://raw.githubuserconte ... 继续阅读 »
Linux开启特定指定端口设置服务器之后,很多情况莫名其妙的无法连接,例如宝塔,v2等,除了设置子网以外,个别情况还需要使用下面命令打开某个端口。命令在ubuntu 20.0下测试通过。 apt-get install iptables iptables -I INPUT -p tcp —dpo ... 继续阅读 »
VPS常用测试脚本一、秋水逸冰大佬的写的Bench.sh脚本特点显示当前测试的各种系统信息;取自世界多处的知名数据中心的测试点,下载测试比较全面;支持 IPv6 下载测速;wget -qO- bench.sh | bash或者curl -Lso- bench.sh | bash或者wget -qO- ... 继续阅读 »