|
|
@@ -2,10 +2,10 @@
|
|
|
title: Trojan科学上网:搭建
|
|
|
date: 2020-03-08 13:40:47
|
|
|
categories:
|
|
|
-- 软件
|
|
|
-- 科学上网
|
|
|
+ - 软件
|
|
|
+ - 科学上网
|
|
|
tags:
|
|
|
-- fq
|
|
|
+ - fq
|
|
|
---
|
|
|
|
|
|
## 目录
|
|
|
@@ -46,10 +46,8 @@ tags:
|
|
|
yum update -y #CentOS
|
|
|
apt update -y #Debian
|
|
|
# 安装curl|wget
|
|
|
- yum install -y curl #CentOS
|
|
|
- yum install -y wget #CentOS
|
|
|
- apt-get install wget #Debian Ubuntu
|
|
|
- apt-get install curl #Debian Ubuntu
|
|
|
+ yum install -y curl wget #CentOS
|
|
|
+ apt-get install curl wget #Debian Ubuntu
|
|
|
```
|
|
|
- ►安装开心版宝塔(免手机验证)
|
|
|
- 直接安装V7.7.0的版本,之后的版本都会验证userInfo.json,虽然网上有大把的开心版,但不敢用。
|
|
|
@@ -87,6 +85,18 @@ tags:
|
|
|
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
|
|
|
```
|
|
|
|
|
|
+- ►测试脚本
|
|
|
+ ```bash
|
|
|
+ # VPS 三网测速脚本(查看您的 Linux 系统信息,还可以测试网络带宽及硬盘读写速率)
|
|
|
+ wget -qO- bench.sh | bash
|
|
|
+ curl -Lso- bench.sh | bash
|
|
|
+ # VPS 三网回程线路检测
|
|
|
+ curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
|
|
|
+ curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh | bash
|
|
|
+ # VPS 流媒体解锁检测
|
|
|
+ bash <(curl -L -s check.unlock.media) -R 0
|
|
|
+ ```
|
|
|
+
|
|
|
### `安装Trojan-go面板`
|
|
|
|
|
|
> 提前准备好trojan-web面板域名和trojan服务域名
|