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
parent
commit
c72bbf0d87
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 17
      Wrapper/Config/config_Windows_11.json
  2. 17
      Wrapper/Config/config_Windows_11_ARM.json
  3. 17
      Wrapper/Config/config_Windows_11_LTSC.json
  4. BIN
      Wrapper/SophiaScriptWrapper.exe

17
Wrapper/Config/config_Windows_11.json

@ -1940,17 +1940,26 @@
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Cloudflare" "Tag": "Cloudflare",
"Opposite": "Four"
}, },
"One": { "One": {
"Tag": "Google" "Tag": "Google",
"Opposite": "Four"
}, },
"Two": { "Two": {
"Tag": "Quad9" "Tag": "Quad9",
"Opposite": "Four"
}, },
"Three": { "Three": {
"Tag": "ComssOne" "Tag": "ComssOne",
"Opposite": "Four"
},
"Four": {
"Tag": "Disable",
"Opposite": "Four"
} }
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One" "WindowsDefault": "One"

17
Wrapper/Config/config_Windows_11_ARM.json

@ -1924,17 +1924,26 @@
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Cloudflare" "Tag": "Cloudflare",
"Opposite": "Four"
}, },
"One": { "One": {
"Tag": "Google" "Tag": "Google",
"Opposite": "Four"
}, },
"Two": { "Two": {
"Tag": "Quad9" "Tag": "Quad9",
"Opposite": "Four"
}, },
"Three": { "Three": {
"Tag": "ComssOne" "Tag": "ComssOne",
"Opposite": "Four"
},
"Four": {
"Tag": "Disable",
"Opposite": "Four"
} }
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One" "WindowsDefault": "One"

17
Wrapper/Config/config_Windows_11_LTSC.json

@ -1933,17 +1933,26 @@
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Cloudflare" "Tag": "Cloudflare",
"Opposite": "Four"
}, },
"One": { "One": {
"Tag": "Google" "Tag": "Google",
"Opposite": "Four"
}, },
"Two": { "Two": {
"Tag": "Quad9" "Tag": "Quad9",
"Opposite": "Four"
}, },
"Three": { "Three": {
"Tag": "ComssOne" "Tag": "ComssOne",
"Opposite": "Four"
},
"Four": {
"Tag": "Disable",
"Opposite": "Four"
} }
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One" "WindowsDefault": "One"

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save