mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-18 22:58:45 +08:00
Update infomaniakProvider.go
This commit is contained in:
parent
a616f2d283
commit
b91dcc42f8
1 changed files with 8 additions and 8 deletions
|
|
@ -18,14 +18,14 @@ type infomaniakProvider struct {
|
||||||
var features = providers.DocumentationNotes{
|
var features = providers.DocumentationNotes{
|
||||||
// The default for unlisted capabilities is 'Cannot'.
|
// The default for unlisted capabilities is 'Cannot'.
|
||||||
// See providers/capabilities.go for the entire list of capabilities.
|
// See providers/capabilities.go for the entire list of capabilities.
|
||||||
providers.CanGetZones: providers.Can(),
|
providers.CanGetZones: providers.Can(),
|
||||||
providers.CanUseCAA: providers.Can(),
|
providers.CanUseCAA: providers.Can(),
|
||||||
providers.CanUseDNAME: providers.Can(),
|
providers.CanUseDNAME: providers.Can(),
|
||||||
providers.CanUseDS: providers.Can(),
|
providers.CanUseDS: providers.Can(),
|
||||||
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