mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
17 lines
403 B
TOML
17 lines
403 B
TOML
[[listen]]
|
|
protocol = "trojans"
|
|
uuid = "a684455c-b14f-11ea-bf0d-42010aaa0003"
|
|
network = "unix"
|
|
host = "/dev/shm/ws.sock" # 文件不需要实际存在,只需要 该目录存在,且 vs具有对应目录的权限
|
|
insecure = true
|
|
fallback = ":80"
|
|
cert = "cert.pem"
|
|
key = "cert.key"
|
|
adv = "ws"
|
|
path = "/ohmygod_verysimple_is_very_simple"
|
|
early = true
|
|
|
|
[[dial]]
|
|
protocol = "direct"
|
|
# fullcone = true
|