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

19 lines
461 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[[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"