Files
v2ray_simple/examples/ws.client.toml
2022-11-02 08:43:18 +08:00

18 lines
448 B
TOML

[[listen]]
protocol = "socks5"
host = "127.0.0.1"
port = 10800
[[dial]]
protocol = "vlesss"
uuid = "a684455c-b14f-11ea-bf0d-42010aaa0003"
host = "127.0.0.1"
port = 4434
version = 0
insecure = true
#utls = true
advancedLayer = "ws"
path = "/ohmygod_verysimple_is_very_simple" #为了防探测这里越长越随机越好
# early = true # 是否开启early data, 注意本作这里要开启的话,就要服务端和客户端 两端都开启。