mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
EXOSCALE: Update exoscale/egoscale client to v0.23.0 (#664)
* Update Exoscale provider * Update vendor folder for exoscale/egoscale v0.23.0 * Fix typos and SRV parsing * Add . at the end of SRV records for exoscale
This commit is contained in:
@ -61,7 +61,7 @@ func (rc *RecordConfig) SetTargetSRVPriorityString(priority uint16, s string) er
|
||||
func (rc *RecordConfig) SetTargetSRVString(s string) error {
|
||||
part := strings.Fields(s)
|
||||
if len(part) != 4 {
|
||||
return fmt.Errorf("SRC value does not contain 4 fields: (%#v)", s)
|
||||
return fmt.Errorf("SRV value does not contain 4 fields: (%#v)", s)
|
||||
}
|
||||
return rc.SetTargetSRVStrings(part[0], part[1], part[2], part[3])
|
||||
}
|
||||
|
Reference in New Issue
Block a user