aboutsummaryrefslogtreecommitdiff
path: root/solve_dns.go
diff options
context:
space:
mode:
Diffstat (limited to 'solve_dns.go')
-rw-r--r--solve_dns.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/solve_dns.go b/solve_dns.go
index fe8b254..c149131 100644
--- a/solve_dns.go
+++ b/solve_dns.go
@@ -13,3 +13,5 @@ func (s *dnsSolver) Solve(_ Challenge) error {
func (s *dnsSolver) Solved() error {
return nil
}
+
+func (dnsSolver) Type() ChalType { return ChallengeDNS }