Files
v2ray_simple/examples/ws.server.toml
T
2022-12-27 19:47:14 +08:00

19 lines
461 B
TOML

[[listen]]
protocol = "vlesss"
uuid = "a684455c-b14f-11ea-bf0d-42010aaa0003"
host = "0.0.0.0"
port = 4434
insecure = true
fallback = ":80"
cert = "cert.pem"
key = "cert.key"
adv = "ws"
path = "/ohmygod_verysimple_is_very_simple" # 这个path必须要给出,就算你path是默认的 "/", 也要写在这里。
# early = true
# 关于ws+ header的配置,请参考 httpheader.client.toml 和 httpheader.server.toml 的注释
[[dial]]
protocol = "direct"