mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 03:09:37 +02:00
Implement new interface with DVSNI
This commit is contained in:
parent
612033a83a
commit
728646c70e
@ -6,6 +6,6 @@ func (s *dvsniChallenge) CanSolve() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (s *dvsniChallenge) Solve(challenge challenge, domain string) {
|
||||
|
||||
func (s *dvsniChallenge) Solve(challenge challenge, domain string) error {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user