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

33 lines
581 B
JSON
Raw Normal View History

2021-05-21 13:03:40 +03:00
{
2021-06-29 13:43:15 +03:00
"port": 2002,
"listen": "0.0.0.0",
2021-05-21 13:03:40 +03:00
"protocol": "vless",
"settings": {
"clients": [
{
"id": ""
}
],
"decryption": "none"
},
"streamSettings": {
2021-06-29 13:43:15 +03:00
"network": "gun",
"security": "tls",
"tlsSettings": {
"serverName": "domain",
"alpn": [
"h2"
],
"certificates": [
{
"certificateFile": "/usr/local/etc/xray/ssl/xray_ssl.crt",
"keyFile": "/usr/local/etc/xray/ssl/xray_ssl.key"
}
]
},
2021-05-21 13:03:40 +03:00
"grpcSettings": {
2021-06-29 13:43:15 +03:00
"serviceName": "service_name"
2021-05-21 13:03:40 +03:00
}
}
}