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

20 lines
272 B
JSON
Raw Normal View History

2021-05-21 13:03:40 +03:00
{
2021-06-29 12:43:48 +03:00
"port": 2003,
2021-05-21 13:03:40 +03:00
"listen": "127.0.0.1",
"protocol": "vless",
"settings": {
"clients": [
{
"id": ""
}
],
"decryption": "none"
},
"streamSettings": {
"network": "grpc",
"grpcSettings": {
2021-06-29 12:43:48 +03:00
"serviceName": ""
2021-05-21 13:03:40 +03:00
}
}
}