Add clash_api to default sing-box config base

This commit is contained in:
Tindy X 2024-04-08 16:21:29 +08:00
parent 6af2c56fc8
commit 04ac98725c
No known key found for this signature in database
GPG Key ID: 7FA1E66774759718
2 changed files with 20 additions and 2 deletions

View File

@ -378,7 +378,16 @@ enhanced-mode-by-rule = true
"rules": [],
"auto_detect_interface": true
},
"experimental": {}
"experimental": {
"cache_file": {
"enabled": true,
"store_fakeip": true
},
"clash_api": {
"external_controller": "127.0.0.1:9090",
"external_ui": "dashboard"
}
}
}
{% endif %}

View File

@ -100,5 +100,14 @@
"rules": [],
"auto_detect_interface": true
},
"experimental": {}
"experimental": {
"cache_file": {
"enabled": true,
"store_fakeip": true
},
"clash_api": {
"external_controller": "127.0.0.1:9090",
"external_ui": "dashboard"
}
}
}