We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87433ab commit ef1419bCopy full SHA for ef1419b
main.go
@@ -94,7 +94,7 @@ type customDNSProviderConfig struct {
94
// within a single webhook deployment**.
95
// For example, `cloudflare` may be used as the name of a solver.
96
func (c *customDNSProviderSolver) Name() string {
97
- return "my-custom-solver"
+ return "vkcloud"
98
}
99
100
// Present is responsible for actually presenting the DNS record with the
0 commit comments