diff --git a/DNSecure/Presets.swift b/DNSecure/Presets.swift index 820be1c..b7d6edc 100644 --- a/DNSecure/Presets.swift +++ b/DNSecure/Presets.swift @@ -93,5 +93,27 @@ enum Presets { ) ) ), + .init( + name: "LibreDNS", + configuration: .dnsOverHTTPS( + DoTConfiguration( + servers: [ + "116.202.176.26", + ], + serverName: "https://doh.libredns.gr/dns-query" + ) + ) + ), + .init( + name: "LibreDNS (No Ads)", + configuration: .dnsOverHTTPS( + DoTConfiguration( + servers: [ + "116.202.176.26", + ], + serverName: "https://doh.libredns.gr/ads" + ) + ) + ), ] }