Skip to content

Simple-obfs

Simple-obfs is a data channel type.

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

Usage

obfs-http

Server

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

Client

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

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

Client

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.

Comments