Files
v2ray_simple/examples/ws.server.toml
2022-05-12 14:56:35 +08:00

17 lines
286 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"
advancedLayer = "ws"
path = "/ohmygod_verysimple_is_very_simple"
# early = true
[[dial]]
protocol = "direct"