mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
Update LibreDNS preset
This commit is contained in:
parent
3c8c13c906
commit
7cd2336998
1 changed files with 12 additions and 1 deletions
|
|
@ -121,6 +121,17 @@ enum Presets {
|
|||
)
|
||||
)
|
||||
),
|
||||
.init(
|
||||
name: "LibreDNS",
|
||||
configuration: .dnsOverTLS(
|
||||
DoTConfiguration(
|
||||
servers: [
|
||||
"116.202.176.26",
|
||||
],
|
||||
serverName: "dot.libredns.gr"
|
||||
)
|
||||
)
|
||||
),
|
||||
.init(
|
||||
name: "LibreDNS",
|
||||
configuration: .dnsOverHTTPS(
|
||||
|
|
@ -133,7 +144,7 @@ enum Presets {
|
|||
)
|
||||
),
|
||||
.init(
|
||||
name: "LibreDNS (No Ads)",
|
||||
name: "LibreDNS (Block Ads / Trackers)",
|
||||
configuration: .dnsOverHTTPS(
|
||||
DoHConfiguration(
|
||||
servers: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue