1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-02-23 09:53:16 +03:00

33 lines
581 B
JSON
Raw Normal View History

2021-05-21 18:03:40 +08:00
{
2021-06-29 18:43:15 +08:00
"port": 2002,
"listen": "0.0.0.0",
2021-05-21 18:03:40 +08:00
"protocol": "vless",
"settings": {
"clients": [
{
"id": ""
}
],
"decryption": "none"
},
"streamSettings": {
2021-06-29 18:43:15 +08: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 18:03:40 +08:00
"grpcSettings": {
2021-06-29 18:43:15 +08:00
"serviceName": "service_name"
2021-05-21 18:03:40 +08:00
}
}
}