mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Add clash_api to default sing-box config base
This commit is contained in:
parent
6af2c56fc8
commit
04ac98725c
@ -378,7 +378,16 @@ enhanced-mode-by-rule = true
|
|||||||
"rules": [],
|
"rules": [],
|
||||||
"auto_detect_interface": true
|
"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 %}
|
{% endif %}
|
||||||
|
|||||||
@ -100,5 +100,14 @@
|
|||||||
"rules": [],
|
"rules": [],
|
||||||
"auto_detect_interface": true
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user