From b0f67be14901429406436818880c75cc2a2aef06 Mon Sep 17 00:00:00 2001 From: Gun Store Date: Wed, 14 Oct 2020 22:00:28 +0100 Subject: [PATCH] Update Name() to return Dynu Solver --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 85aeac9..75e7573 100644 --- a/main.go +++ b/main.go @@ -75,7 +75,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 "my-custom-solver" + return "Dynu Solver" } // Present is responsible for actually presenting the DNS record with the