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

25 lines
382 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 = "grpc"
path = "verysimple_serviceName"
[listen.header.request]
headers.Mycustom1 = ["verysimple_is_so_good"]
[listen.header.response]
headers.mycustom2 = ["i_agree"]
[[dial]]
protocol = "direct"