mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
New Provider: GANDI-LIVEDNS (API v5) (#320)
* Add gandi LiveDNS api provider
* vendor testify and gandi live DNS
* govendor update github.com/prasmussen/gandi-api/{client,live_dns}
* Fix Gandi-livedns TXT unit test
* TravisCI should use go 1.10
This commit is contained in:
@@ -26,7 +26,8 @@ func (rc *RecordConfig) SetTargetTXTs(s []string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// SetTargetTXTString is like SetTargetTXT but accepts one big string.
|
||||
// SetTargetTXTString is like SetTargetTXT but accepts one big string,
|
||||
// which must be parsed into one or more strings based on how it is quoted.
|
||||
// Ex: foo << 1 string
|
||||
// foo bar << 1 string
|
||||
// "foo" "bar" << 2 strings
|
||||
|
||||
Reference in New Issue
Block a user