mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
19 lines
461 B
TOML
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"
|
||
|