Skip to content

Commit ef1419b

Browse files
committed
refactoring: rename solver my-custom-solver -> vkcloud
1 parent 87433ab commit ef1419b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type customDNSProviderConfig struct {
9494
// within a single webhook deployment**.
9595
// For example, `cloudflare` may be used as the name of a solver.
9696
func (c *customDNSProviderSolver) Name() string {
97-
return "my-custom-solver"
97+
return "vkcloud"
9898
}
9999

100100
// Present is responsible for actually presenting the DNS record with the

0 commit comments

Comments
 (0)