56 lines
1.5 KiB
JSON
Raw Normal View History

2020-08-08 19:22:47 +08:00
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "",
"level": 0,
"email": "love@v2fly.org"
}
],
2020-08-29 04:45:16 +00:00
"decryption": "none",
"fallbacks": [
{
"dest": 8001,
"xver": 1
},
{
"alpn": "h2",
"dest": 8002,
"xver": 1
}
]
2020-08-08 19:22:47 +08:00
},
"streamSettings": {
"network": "tcp",
"security": "tls",
"tlsSettings": {
"serverName": "example.domain",
"alpn": [
"h2",
"http/1.1"
],
"certificates": [
{
2020-08-29 04:45:16 +00:00
"certificateFile": "/path/to/fullchain.crt",
"keyFile": "/path/to/private.key"
2020-08-08 19:22:47 +08:00
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}