Skip to content

Commit fbe08f7

Browse files
committed
Merge branch 'feature/beta'
2 parents d094d1c + e0d59a0 commit fbe08f7

File tree

6 files changed

+21
-8
lines changed

6 files changed

+21
-8
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Use 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

99
All 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

src-tauri/tauri.conf.json

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

src/config/version_1_12/global-mixed-config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

src/config/version_1_12/global-tun-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

src/config/version_1_12/mixed-config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

src/config/version_1_12/tun-config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)