Browse Source

Merge pull request #703 from BenchTweakGaming/master

v2.8.18 - Fixed DNSoverHTTPS change
pull/705/head
Dmitry Nefedov 2 months ago
committed by GitHub
parent
commit
ab7a3cf3ff
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 17
      Wrapper/Config/config_Windows_11.json
  2. 19
      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",
"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"

19
Wrapper/Config/config_Windows_11_ARM.json

@ -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"
@ -2144,4 +2153,4 @@
"Preset": "Zero",
"WindowsDefault": ""
}
]
]

17
Wrapper/Config/config_Windows_11_LTSC.json

@ -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"

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save