mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-18 06:39:44 +08:00
Update infomaniakProvider.go
This commit is contained in:
parent
a616f2d283
commit
b91dcc42f8
1 changed files with 8 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ var features = providers.DocumentationNotes{
|
||||||
providers.CanUseSSHFP: providers.Can(),
|
providers.CanUseSSHFP: providers.Can(),
|
||||||
providers.CanUseTLSA: providers.Can(),
|
providers.CanUseTLSA: providers.Can(),
|
||||||
providers.CanUseSRV: providers.Can(),
|
providers.CanUseSRV: providers.Can(),
|
||||||
providers.DocCreateDomains: providers.Can(),
|
// providers.DocCreateDomains: providers.Can(),
|
||||||
}
|
}
|
||||||
|
|
||||||
func newInfomaniak(m map[string]string, message json.RawMessage) (providers.DNSServiceProvider, error) {
|
func newInfomaniak(m map[string]string, message json.RawMessage) (providers.DNSServiceProvider, error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue