mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
commit
89bf37db18
1 changed files with 28 additions and 0 deletions
|
|
@ -65,5 +65,33 @@ enum Presets {
|
|||
)
|
||||
)
|
||||
),
|
||||
.init(
|
||||
name: "Quad9",
|
||||
configuration: .dnsOverTLS(
|
||||
DoTConfiguration(
|
||||
servers: [
|
||||
"9.9.9.9",
|
||||
"149.112.112.112",
|
||||
"2620:fe::fe",
|
||||
"2620:fe::fe:9",
|
||||
],
|
||||
serverName: "dns.quad9.net"
|
||||
)
|
||||
)
|
||||
),
|
||||
.init(
|
||||
name: "Quad9",
|
||||
configuration: .dnsOverHTTPS(
|
||||
DoHConfiguration(
|
||||
servers: [
|
||||
"9.9.9.9",
|
||||
"149.112.112.112",
|
||||
"2620:fe::fe",
|
||||
"2620:fe::fe:9",
|
||||
],
|
||||
serverURL: URL(string: "https://dns.quad9.net/dns-query")
|
||||
)
|
||||
)
|
||||
),
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue