mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-25 06:36:08 +03:00
31 lines
550 B
JSON
31 lines
550 B
JSON
{
|
|
"port": 2000,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": ""
|
|
}
|
|
],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "quic",
|
|
"quicSettings": {
|
|
"security": "none",
|
|
"key": "",
|
|
"header": {
|
|
"type": "none"
|
|
}
|
|
},
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.crt",
|
|
"keyFile": "/usr/local/etc/v2ray/ssl/v2ray_ssl.key"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |