File tree Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 44
55Use development and beta versions only if you are aware of the potential risks.
66
7- ## Changes since v1.1.76
7+ ## Changes since v1.1.78
88
99All significant changes in this version are documented here.
1010
@@ -21,7 +21,7 @@ All significant changes in this version are documented here.
2121- Fix the issue of failing to get "Direct DNS"
2222
2323
24- ## 自 v1.1.73 以来的变更
24+ ## 自 v1.1.78 以来的变更
2525
2626本版本的所有重要变更将记录于此。
2727
Original file line number Diff line number Diff line change 11{
22 "productName" : " OneBox" ,
3- "version" : " 1.1.78 " ,
3+ "version" : " 1.1.79 " ,
44 "identifier" : " cloud.oneoh.onebox" ,
55 "build" : {
66 "beforeDevCommand" : " bun run dev" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ const mixedConfig = {
4646 "captive.oneoh.cloud" ,
4747 "captive.apple.com" ,
4848 "nmcheck.gnome.org" ,
49- "www.msftconnecttest.com"
49+ "www.msftconnecttest.com" ,
50+ "connectivitycheck.gstatic.com" ,
5051 ] ,
5152 "disable_cache" : true ,
5253 "server" : "system" ,
@@ -106,7 +107,8 @@ const mixedConfig = {
106107 "captive.oneoh.cloud" ,
107108 "captive.apple.com" ,
108109 "nmcheck.gnome.org" ,
109- "www.msftconnecttest.com"
110+ "www.msftconnecttest.com" ,
111+ "connectivitycheck.gstatic.com" ,
110112 ] ,
111113 "domain_suffix" : [
112114 "local" ,
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ const tunConfig = {
4747 "captive.oneoh.cloud" ,
4848 "captive.apple.com" ,
4949 "nmcheck.gnome.org" ,
50- "www.msftconnecttest.com"
50+ "www.msftconnecttest.com" ,
51+ "connectivitycheck.gstatic.com" ,
5152 ] ,
5253 "server" : "system" ,
5354 "strategy" : "prefer_ipv4"
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const mixedConfig = {
6868 "nmcheck.gnome.org" ,
6969 "detectportal.firefox.com" ,
7070 "connectivitycheck.android.com" ,
71+ "connectivitycheck.gstatic.com" ,
7172 "www.miwifi.com" ,
7273 "router.asus.com"
7374 ] ,
@@ -168,7 +169,8 @@ const mixedConfig = {
168169 "captive.oneoh.cloud" ,
169170 "captive.apple.com" ,
170171 "nmcheck.gnome.org" ,
171- "www.msftconnecttest.com"
172+ "www.msftconnecttest.com" ,
173+ "connectivitycheck.gstatic.com" ,
172174 ] ,
173175 "domain_suffix" : [
174176 ".oneoh.cloud" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ const tunConfig = {
4848 "action" : "reject"
4949 } ,
5050 {
51+ "domain" : [
52+ "captive.oneoh.cloud" ,
53+ "captive.apple.com" ,
54+ "nmcheck.gnome.org" ,
55+ "www.msftconnecttest.com" ,
56+ "connectivitycheck.gstatic.com" ,
57+ ] ,
5158 "rule_set" : [
5259 "geoip-cn" ,
5360 "geosite-cn" ,
@@ -168,7 +175,8 @@ const tunConfig = {
168175 "captive.oneoh.cloud" ,
169176 "captive.apple.com" ,
170177 "nmcheck.gnome.org" ,
171- "www.msftconnecttest.com"
178+ "www.msftconnecttest.com" ,
179+ "connectivitycheck.gstatic.com" ,
172180 ] ,
173181 "domain_suffix" : [
174182 "local" ,
You can’t perform that action at this time.
0 commit comments