-
Notifications
You must be signed in to change notification settings - Fork 22
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
ccapton
committed
Sep 13, 2018
1 parent
564f69f
commit e07d5ca
Showing
2 changed files
with
880 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# brook-ok | ||
brook程序服务端配置程序(一键搭建shadowsocks服务、翻墙、科学上网) | ||
|
||
<!--注意!--> | ||
<!--注意!--> | ||
<!--这里一定要固定格式,不然脚本升级时解析版本号时可能会出错--> | ||
<!--注意!--> | ||
<!--注意!--> | ||
### [v0.9.5](https://github.com/Ccapton/brook-ok/releases/download/v0.9.5/brook-ok.py) | ||
|
||
[Brook](https://github.com/txthinking/brook) 服务端配置程序 ( Linux | MacOS ) | ||
|
||
<div align="center"> | ||
<img src="https://raw.githubusercontent.com/Ccapton/FileRepertory/master/files/brook_ok0.png" height="355" width="200" > | ||
<img src="https://raw.githubusercontent.com/Ccapton/FileRepertory/master/files/brook_ok1.png" height="355" width="200" > | ||
<img src="https://raw.githubusercontent.com/Ccapton/FileRepertory/master/files/brook_ok2.png" height="355" width="200" > | ||
<img src="https://raw.githubusercontent.com/Ccapton/FileRepertory/master/files/brook_ok3.png" height="355" width="200" > | ||
|
||
</div> | ||
|
||
## 介绍 | ||
|
||
### 什么是brook? | ||
**brook** 是一款跨平台(Linux/MacOS/Windows/Android/iOS)代理 / Vpn软件(可用于科学上网) | ||
[点我进入Brook项目](https://github.com/txthinking/brook) | ||
|
||
### 什么是brook-ok? | ||
**brook-ok** : 为了方便管理、开启brook和shadowsocks服务而生的程序 >_< ! | ||
|
||
## 说明文档 | ||
更多信息,请参考说明文档,[点我查看说明文档](https://github.com/Ccapton/brook-ok/wiki/brook-ok%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3) | ||
|
||
|
||
## 使用 | ||
#### 下载 | ||
源码文件以 brook-ok.py 保存在本地 | ||
```bash | ||
curl -o brook-ok.py -L https://raw.githubusercontent.com/Ccapton/brook-ok/master/brook-ok.py | ||
``` | ||
|
||
#### 运行 | ||
```bash | ||
python brook-ok.py | ||
``` | ||
|
Oops, something went wrong.