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:
@@ -652,7 +652,7 @@ func makeTests(t *testing.T) []*TestGroup {
|
|||||||
),
|
),
|
||||||
|
|
||||||
testgroup("Null MX",
|
testgroup("Null MX",
|
||||||
not("AZURE_DNS", "GANDI_V5", "INWX", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP", "DNSIMPLE", "HEDNS", "VULTR"), // These providers don't support RFC 7505
|
not("AZURE_DNS", "GANDI_V5", "INWX", "NAMEDOTCOM", "DIGITALOCEAN", "NETCUP", "DNSIMPLE", "HEDNS", "VULTR", "OVH"), // These providers don't support RFC 7505
|
||||||
tc("Null MX", mx("@", 0, ".")),
|
tc("Null MX", mx("@", 0, ".")),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@ var features = providers.DocumentationNotes{
|
|||||||
providers.DocDualHost: providers.Can(),
|
providers.DocDualHost: providers.Can(),
|
||||||
providers.DocOfficiallySupported: providers.Cannot(),
|
providers.DocOfficiallySupported: providers.Cannot(),
|
||||||
providers.CanGetZones: providers.Can(),
|
providers.CanGetZones: providers.Can(),
|
||||||
|
providers.CanUseTXTMulti: providers.Can(),
|
||||||
}
|
}
|
||||||
|
|
||||||
func newOVH(m map[string]string, metadata json.RawMessage) (*ovhProvider, error) {
|
func newOVH(m map[string]string, metadata json.RawMessage) (*ovhProvider, error) {
|
||||||
|
Reference in New Issue
Block a user