mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Update Quad9 preset
This commit is contained in:
parent
b3b1fdd6ac
commit
3c8c13c906
1 changed files with 4 additions and 4 deletions
|
|
@ -94,28 +94,28 @@ enum Presets {
|
|||
)
|
||||
),
|
||||
.init(
|
||||
name: "Quad9",
|
||||
name: "Quad9 (Block Malware)",
|
||||
configuration: .dnsOverTLS(
|
||||
DoTConfiguration(
|
||||
servers: [
|
||||
"9.9.9.9",
|
||||
"149.112.112.112",
|
||||
"2620:fe::fe",
|
||||
"2620:fe::fe:9",
|
||||
"2620:fe::9",
|
||||
],
|
||||
serverName: "dns.quad9.net"
|
||||
)
|
||||
)
|
||||
),
|
||||
.init(
|
||||
name: "Quad9",
|
||||
name: "Quad9 (Block Malware)",
|
||||
configuration: .dnsOverHTTPS(
|
||||
DoHConfiguration(
|
||||
servers: [
|
||||
"9.9.9.9",
|
||||
"149.112.112.112",
|
||||
"2620:fe::fe",
|
||||
"2620:fe::fe:9",
|
||||
"2620:fe::9",
|
||||
],
|
||||
serverURL: URL(string: "https://dns.quad9.net/dns-query")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue