mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-03 09:39:29 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"access": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"error": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "0.0.0.0",
|
|
"port": 443,
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"users ": [
|
|
"UUID1",
|
|
"UUID2"
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"transport": "gun",
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"serverName": "your_domain",
|
|
"nextProtocol": [
|
|
"h2"
|
|
],
|
|
"certificate": [
|
|
{
|
|
"certificateFile": "/path/to/fullchain.crt",
|
|
"keyFile": "/path/to/private.key"
|
|
}
|
|
]
|
|
},
|
|
"transportSettings": {
|
|
"serviceName": "GunService"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
}
|
|
]
|
|
} |