Change: remove decomissioned SecureDNS option

This commit is contained in:
Quentin McGaw
2021-01-01 20:45:11 +00:00
parent f4db7e3e53
commit 6871444728
2 changed files with 1 additions and 12 deletions

View File

@@ -28,7 +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.Quadrant, constants.CleanBrowsing:
providers = append(providers, provider)
default:
return nil, fmt.Errorf("DNS over TLS provider %q is not valid", provider)