Skip to content

Commit ab7a3cf

Browse files
authored
Merge pull request #703 from BenchTweakGaming/master
v2.8.18 - Fixed DNSoverHTTPS change
2 parents 701bcac + c72bbf0 commit ab7a3cf

File tree

4 files changed

+40
-13
lines changed

4 files changed

+40
-13
lines changed

Wrapper/Config/config_Windows_11.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,17 +1940,26 @@
19401940
"Function": "DNSoverHTTPS",
19411941
"Arg": {
19421942
"Zero": {
1943-
"Tag": "Cloudflare"
1943+
"Tag": "Cloudflare",
1944+
"Opposite": "Four"
19441945
},
19451946
"One": {
1946-
"Tag": "Google"
1947+
"Tag": "Google",
1948+
"Opposite": "Four"
19471949
},
19481950
"Two": {
1949-
"Tag": "Quad9"
1951+
"Tag": "Quad9",
1952+
"Opposite": "Four"
19501953
},
19511954
"Three": {
1952-
"Tag": "ComssOne"
1955+
"Tag": "ComssOne",
1956+
"Opposite": "Four"
1957+
},
1958+
"Four": {
1959+
"Tag": "Disable",
1960+
"Opposite": "Four"
19531961
}
1962+
19541963
},
19551964
"Preset": "Zero",
19561965
"WindowsDefault": "One"

Wrapper/Config/config_Windows_11_ARM.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,17 +1924,26 @@
19241924
"Function": "DNSoverHTTPS",
19251925
"Arg": {
19261926
"Zero": {
1927-
"Tag": "Cloudflare"
1927+
"Tag": "Cloudflare",
1928+
"Opposite": "Four"
19281929
},
19291930
"One": {
1930-
"Tag": "Google"
1931+
"Tag": "Google",
1932+
"Opposite": "Four"
19311933
},
19321934
"Two": {
1933-
"Tag": "Quad9"
1935+
"Tag": "Quad9",
1936+
"Opposite": "Four"
19341937
},
19351938
"Three": {
1936-
"Tag": "ComssOne"
1939+
"Tag": "ComssOne",
1940+
"Opposite": "Four"
1941+
},
1942+
"Four": {
1943+
"Tag": "Disable",
1944+
"Opposite": "Four"
19371945
}
1946+
19381947
},
19391948
"Preset": "Zero",
19401949
"WindowsDefault": "One"
@@ -2144,4 +2153,4 @@
21442153
"Preset": "Zero",
21452154
"WindowsDefault": ""
21462155
}
2147-
]
2156+
]

Wrapper/Config/config_Windows_11_LTSC.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,17 +1933,26 @@
19331933
"Function": "DNSoverHTTPS",
19341934
"Arg": {
19351935
"Zero": {
1936-
"Tag": "Cloudflare"
1936+
"Tag": "Cloudflare",
1937+
"Opposite": "Four"
19371938
},
19381939
"One": {
1939-
"Tag": "Google"
1940+
"Tag": "Google",
1941+
"Opposite": "Four"
19401942
},
19411943
"Two": {
1942-
"Tag": "Quad9"
1944+
"Tag": "Quad9",
1945+
"Opposite": "Four"
19431946
},
19441947
"Three": {
1945-
"Tag": "ComssOne"
1948+
"Tag": "ComssOne",
1949+
"Opposite": "Four"
1950+
},
1951+
"Four": {
1952+
"Tag": "Disable",
1953+
"Opposite": "Four"
19461954
}
1955+
19471956
},
19481957
"Preset": "Zero",
19491958
"WindowsDefault": "One"

Wrapper/SophiaScriptWrapper.exe

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)