-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
6 changed files
with
205 additions
and
2 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
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,43 @@ | ||
--- | ||
comments: true | ||
--- | ||
|
||
# Simple-obfs | ||
|
||
Simple-obfs是GOST支持的一种数据通道类型。 | ||
|
||
Simple-obfs兼容[shadowsocks/simple-obfs](https://github.com/shadowsocks/simple-obfs)和Android上的[Simple Obfuscation](https://play.google.com/store/apps/details?id=com.github.shadowsocks.plugin.obfs_local)插件。 | ||
|
||
## 使用说明 | ||
|
||
### obfs-http | ||
|
||
**服务端** | ||
|
||
```bash | ||
gost -L=ss+ohttp://chacha20:123456@:8338 | ||
``` | ||
|
||
**客户端** | ||
|
||
```bash | ||
gost -L=:8080 -F=ss+ohttp://chacha20:123456@server_ip:8338?host=bing.com | ||
``` | ||
|
||
客户端可以通过`host`参数自定义请求Host。 | ||
|
||
### obfs-tls | ||
|
||
**服务端** | ||
|
||
```bash | ||
gost -L=ss+otls://chacha20:123456@:8338 | ||
``` | ||
|
||
**客户端** | ||
|
||
```bash | ||
gost -L=:8080 -F=ss+otls://chacha20:123456@server_ip:8338?host=bing.com | ||
``` | ||
|
||
客户端可以通过`host`参数自定义请求Host。 |
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
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,43 @@ | ||
--- | ||
comments: true | ||
--- | ||
|
||
# Simple-obfs | ||
|
||
Simple-obfs is a data channel type. | ||
|
||
It is compatible with [shadowsocks/simple-obfs](https://github.com/shadowsocks/simple-obfs) and Android [Simple Obfuscation](https://play.google.com/store/apps/details?id=com.github.shadowsocks.plugin.obfs_local) plugin. | ||
|
||
## Usage | ||
|
||
### obfs-http | ||
|
||
**Server** | ||
|
||
```bash | ||
gost -L=ss+ohttp://chacha20:123456@:8338 | ||
``` | ||
|
||
**Client** | ||
|
||
```bash | ||
gost -L=:8080 -F=ss+ohttp://chacha20:123456@server_ip:8338?host=bing.com | ||
``` | ||
|
||
The client can customize the request host through the `host` parameter. | ||
|
||
### obfs-tls | ||
|
||
**Server** | ||
|
||
```bash | ||
gost -L=ss+otls://chacha20:123456@:8338 | ||
``` | ||
|
||
**Client** | ||
|
||
```bash | ||
gost -L=:8080 -F=ss+otls://chacha20:123456@server_ip:8338?host=bing.com | ||
``` | ||
|
||
The client can customize the request host through the `host` parameter. |
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
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