mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-02 18:14:01 +00:00
20 lines
No EOL
397 B
JSON
20 lines
No EOL
397 B
JSON
{
|
|
"run_type": "server",
|
|
"local_addr": "0.0.0.0",
|
|
"local_port": 10002,
|
|
"disable_http_check": true,
|
|
"password": [
|
|
"example"
|
|
],
|
|
"websocket": {
|
|
"enabled": true,
|
|
"path": "/",
|
|
"host": "example.org"
|
|
},
|
|
"ssl": {
|
|
"verify": true,
|
|
"cert": "/fullchain.pem",
|
|
"key": "/privkey.pem",
|
|
"sni": "example.org"
|
|
}
|
|
} |