From 604c8b02d07a683f1a7c8fc005c0a334f31b8446 Mon Sep 17 00:00:00 2001 From: Tevildo Date: Tue, 16 Apr 2024 22:18:02 +0100 Subject: [PATCH] make solver name lowercase --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 87da8e5..db2b733 100644 --- a/main.go +++ b/main.go @@ -81,7 +81,7 @@ type customDNSProviderConfig struct { // within a single webhook deployment**. // For example, `cloudflare` may be used as the name of a solver. func (c *customDNSProviderSolver) Name() string { - return "NearlyFreeSpeech" + return "nearlyfreespeech" } // Present is responsible for actually presenting the DNS record with the