Change: remove LibreDNS, it does'nt support DNSSEC

This commit is contained in:
Quentin McGaw
2021-01-01 20:44:01 +00:00
parent da92b6bfb9
commit f4db7e3e53
2 changed files with 1 additions and 9 deletions

View File

@@ -28,8 +28,7 @@ func (r *reader) GetDNSOverTLSProviders() (providers []models.DNSProvider, err e
provider := models.DNSProvider(word)
switch provider {
case constants.Cloudflare, constants.Google, constants.Quad9,
constants.Quadrant, constants.CleanBrowsing, constants.SecureDNS,
constants.LibreDNS:
constants.Quadrant, constants.CleanBrowsing, constants.SecureDNS:
providers = append(providers, provider)
default:
return nil, fmt.Errorf("DNS over TLS provider %q is not valid", provider)