mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* maint: OVH doesn't support Null MX so, better exclude this provider from the Null MX integration test. * (#1003) OVH natively supports TXT multistrings OVH directly supports multistrings TXT, so this change just enables this feature.
This commit is contained in:
@@ -28,6 +28,7 @@ var features = providers.DocumentationNotes{
|
||||
providers.DocDualHost: providers.Can(),
|
||||
providers.DocOfficiallySupported: providers.Cannot(),
|
||||
providers.CanGetZones: providers.Can(),
|
||||
providers.CanUseTXTMulti: providers.Can(),
|
||||
}
|
||||
|
||||
func newOVH(m map[string]string, metadata json.RawMessage) (*ovhProvider, error) {
|
||||
|
Reference in New Issue
Block a user