mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-02 18:14:01 +00:00
39 lines
No EOL
1,021 B
JSON
39 lines
No EOL
1,021 B
JSON
{
|
|
"inbounds": [
|
|
{
|
|
"port": 10002,
|
|
"listen": "0.0.0.0",
|
|
"protocol": "vless",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811",
|
|
"level": 0,
|
|
"email": "love@example.com"
|
|
}
|
|
],
|
|
"decryption": "none"
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"security": "tls",
|
|
"tlsSettings": {
|
|
"certificates": [
|
|
{
|
|
"certificateFile": "/etc/ssl/v2ray/fullchain.pem",
|
|
"keyFile": "/etc/ssl/v2ray/privkey.pem"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
],
|
|
"log": {
|
|
"loglevel": "debug"
|
|
}
|
|
} |