16 lines
252 B
JSON
16 lines
252 B
JSON
"inbounds": [{
|
|
"port": 443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [...],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "grpc",
|
|
"grpcSettings": {
|
|
"serviceName": "vpn"
|
|
},
|
|
"security": "xtls"
|
|
}
|
|
}]
|