forked from FLHonker/auto-v2ray-ssr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 652dca3
Showing
2 changed files
with
1,542 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# VPS服务器一键部署SSR | ||
|
||
## 以ubunu为例 | ||
|
||
1. 安装wget | ||
sudo apt install wget | ||
|
||
2. 自动化脚本部署(root权限下) | ||
wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh | ||
|
||
注意:若链接失效,您也也可习性下载[ssr.h](./ssr.h)后运行。 |
Oops, something went wrong.