2021-04-02 15:16:27 +04:30
|
|
|
{
|
2021-04-30 15:07:51 +08:00
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"listen": "0.0.0.0",
|
|
|
|
"port": 443,
|
|
|
|
"protocol": "vless",
|
|
|
|
"settings": {
|
|
|
|
"clients": [
|
|
|
|
{
|
|
|
|
"id": "",
|
|
|
|
"email": "love@v2fly.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"decryption": "none"
|
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "gun",
|
|
|
|
"security": "tls",
|
|
|
|
"tlsSettings": {
|
|
|
|
"serverName": "your_domain",
|
|
|
|
"alpn": [
|
|
|
|
"h2"
|
|
|
|
],
|
|
|
|
"certificates": [
|
|
|
|
{
|
|
|
|
"certificateFile": "/path/to/fullchain.crt",
|
|
|
|
"keyFile": "/path/to/private.key"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-04-02 18:56:18 +04:30
|
|
|
"grpcSettings": {
|
2021-04-30 15:07:51 +08:00
|
|
|
"serviceName": "GunService"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "freedom",
|
|
|
|
"tag": "direct"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|