You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
798 B
36 lines
798 B
{ |
|
"log": { |
|
"loglevel": "warning" |
|
}, |
|
"inbounds": [ |
|
{ |
|
"listen": "0.0.0.0", |
|
"port": 1234, |
|
"protocol": "vless", |
|
"settings": { |
|
"clients": [ |
|
{ |
|
"id": "", |
|
"level": 0, |
|
"email": "love@v2fly.org" |
|
} |
|
], |
|
"decryption": "none", |
|
"fallbacks": [ |
|
{ |
|
"dest": 8001 |
|
} |
|
] |
|
}, |
|
"streamSettings": { |
|
"network": "tcp" |
|
} |
|
} |
|
], |
|
"outbounds": [ |
|
{ |
|
"protocol": "freedom", |
|
"tag": "direct" |
|
} |
|
] |
|
} |