Browse Source
v2.8.18 - Fixed DNSoverHTTPS change
DNSoverHTTPS fixed and added missing options for it "Opposite" setting
pull/703/head
BenchTweakGaming
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
40 additions and
13 deletions
-
Wrapper/Config/config_Windows_11.json
-
Wrapper/Config/config_Windows_11_ARM.json
-
Wrapper/Config/config_Windows_11_LTSC.json
-
BIN
Wrapper/SophiaScriptWrapper.exe
|
|
|
@ -1940,17 +1940,26 @@ |
|
|
|
"Function": "DNSoverHTTPS", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Cloudflare" |
|
|
|
"Tag": "Cloudflare", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Google" |
|
|
|
"Tag": "Google", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Quad9" |
|
|
|
"Tag": "Quad9", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Three": { |
|
|
|
"Tag": "ComssOne" |
|
|
|
"Tag": "ComssOne", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Four": { |
|
|
|
"Tag": "Disable", |
|
|
|
"Opposite": "Four" |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
"WindowsDefault": "One" |
|
|
|
|
|
|
|
@ -1924,17 +1924,26 @@ |
|
|
|
"Function": "DNSoverHTTPS", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Cloudflare" |
|
|
|
"Tag": "Cloudflare", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Google" |
|
|
|
"Tag": "Google", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Quad9" |
|
|
|
"Tag": "Quad9", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Three": { |
|
|
|
"Tag": "ComssOne" |
|
|
|
"Tag": "ComssOne", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Four": { |
|
|
|
"Tag": "Disable", |
|
|
|
"Opposite": "Four" |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
"WindowsDefault": "One" |
|
|
|
|
|
|
|
@ -1933,17 +1933,26 @@ |
|
|
|
"Function": "DNSoverHTTPS", |
|
|
|
"Arg": { |
|
|
|
"Zero": { |
|
|
|
"Tag": "Cloudflare" |
|
|
|
"Tag": "Cloudflare", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"One": { |
|
|
|
"Tag": "Google" |
|
|
|
"Tag": "Google", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Two": { |
|
|
|
"Tag": "Quad9" |
|
|
|
"Tag": "Quad9", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Three": { |
|
|
|
"Tag": "ComssOne" |
|
|
|
"Tag": "ComssOne", |
|
|
|
"Opposite": "Four" |
|
|
|
}, |
|
|
|
"Four": { |
|
|
|
"Tag": "Disable", |
|
|
|
"Opposite": "Four" |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"Preset": "Zero", |
|
|
|
"WindowsDefault": "One" |
|
|
|
|