mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CHORE: Remove references to TXTMulti (#1953)
This commit is contained in:
@@ -484,12 +484,6 @@ func txt(name, target string) *models.RecordConfig {
|
||||
return r
|
||||
}
|
||||
|
||||
func txtmulti(name string, target []string) *models.RecordConfig {
|
||||
r := makeRec(name, "", "TXT")
|
||||
r.SetTargetTXTs(target)
|
||||
return r
|
||||
}
|
||||
|
||||
func caa(name string, tag string, flag uint8, target string) *models.RecordConfig {
|
||||
r := makeRec(name, target, "CAA")
|
||||
r.SetTargetCAA(flag, tag, target)
|
||||
|
||||
Reference in New Issue
Block a user