mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
21 lines
596 B
TOML
21 lines
596 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 = "grpc"
|
||
path = "ohmygod_verysimple_is_very_simple"
|
||
|
||
# extra = { grpc_multi = true } # 是否开启MultiMode, 只需客户端配置,服务端自动适配. 注意,v2ray不支持multiMode, 这个功能只与 xray 兼容.
|
||
|
||
# 且默认的 verysimple 发布包不支持该功能,需要自行用 go build -tags grpc_full 来编译得到 支持 multiMode 的版本。
|