mirror of
https://github.com/shadowsocks/simple-obfs.git
synced 2026-02-09 10:09:18 +08:00
13 lines
299 B
JSON
13 lines
299 B
JSON
{
|
|
"server":"127.0.0.1",
|
|
"server_port":8388,
|
|
"local_port":1080,
|
|
"password":"barfoo!",
|
|
"timeout":60,
|
|
"method":"chacha20-ietf-poly1305",
|
|
"mode":"tcp_and_udp",
|
|
"fast_open":true,
|
|
"plugin":"obfs-server",
|
|
"plugin_opts":"obfs=tls;failover=127.0.0.1:8443;fast-open"
|
|
}
|