Simple-obfs

Simple-obfs is a transport type supported by GOST in version 2.7.

It is compatible with shadowsocks/simple-obfs and Android Simple Obfuscation plugin.

Currently only HTTP mode is supported.

Usage

Server side

gost -L=ss+ohttp://chacha20:123456@:8338

Client side

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.