File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,16 @@ enhanced-mode-by-rule = true
378378 " rules" : [],
379379 " auto_detect_interface" : true
380380 },
381- " experimental" : {}
381+ " experimental" : {
382+ " cache_file" : {
383+ " enabled" : true,
384+ " store_fakeip" : true
385+ },
386+ " clash_api" : {
387+ " external_controller" : " 127.0.0.1:9090" ,
388+ " external_ui" : " dashboard"
389+ }
390+ }
382391}
383392
384393{% endif %}
Original file line number Diff line number Diff line change 100100 "rules" : [],
101101 "auto_detect_interface" : true
102102 },
103- "experimental" : {}
103+ "experimental" : {
104+ "cache_file" : {
105+ "enabled" : true ,
106+ "store_fakeip" : true
107+ },
108+ "clash_api" : {
109+ "external_controller" : " 127.0.0.1:9090" ,
110+ "external_ui" : " dashboard"
111+ }
112+ }
104113}
Original file line number Diff line number Diff line change 11#ifndef VERSION_H_INCLUDED
22#define VERSION_H_INCLUDED
33
4- #define VERSION "v0.8.1 "
4+ #define VERSION "v0.9.0 "
55
66#endif // VERSION_H_INCLUDED
You can’t perform that action at this time.
0 commit comments