mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-07 20:31:41 +00:00
35 lines
932 B
JSON
35 lines
932 B
JSON
|
{
|
||
|
"inbounds": [
|
||
|
{
|
||
|
"port": 10002,
|
||
|
"listen": "0.0.0.0",
|
||
|
"protocol": "vless",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811",
|
||
|
"level": 0,
|
||
|
"email": "ws@example.com"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"streamSettings": {
|
||
|
"network": "ws",
|
||
|
"security": "tls",
|
||
|
"tlsSettings": {
|
||
|
"certificates": [
|
||
|
{
|
||
|
"certificateFile": "/etc/ssl/v2ray/fullchain.pem",
|
||
|
"keyFile": "/etc/ssl/v2ray/privkey.pem"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"outbounds": [
|
||
|
{
|
||
|
"protocol": "freedom"
|
||
|
}
|
||
|
]
|
||
|
}
|