Skip to content

Commit 12be777

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 7050d34 + b9ad0c2 commit 12be777

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

base/base/all_base.tpl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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 %}

base/base/singbox.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,14 @@
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
}

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)