1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-25 14:46:08 +03:00
ProxySU/ProxySuper.WPF/Templates/v2ray/server/05_inbounds/VLESS_gRPC.json

33 lines
585 B
JSON
Raw Normal View History

2021-08-20 06:52:45 +03:00
{
"port": 2002,
"listen": "0.0.0.0",
"protocol": "vless",
"settings": {
"clients": [
{
"id": ""
}
],
"decryption": "none"
},
"streamSettings": {
"network": "gun",
"security": "tls",
"tlsSettings": {
"serverName": "domain",
"alpn": [
"h2"
],
"certificates": [
{
2021-08-20 13:01:16 +03:00
"certificateFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.crt",
"keyFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.key"
2021-08-20 06:52:45 +03:00
}
]
},
"grpcSettings": {
"serviceName": "service_name"
}
}
}