mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add NAPTR support. (#461)
* Fix NAPTR record support. * Set NAPTR record to FQDN. * Remove swap file and comments. * Fix integration test.
This commit is contained in:
@@ -38,6 +38,8 @@ func (r *RecordConfig) PopulateFromString(rtype, contents, origin string) error
|
||||
return r.SetTarget(contents)
|
||||
case "CAA":
|
||||
return r.SetTargetCAAString(contents)
|
||||
case "NAPTR":
|
||||
return r.SetTargetNAPTRString(contents)
|
||||
case "MX":
|
||||
return r.SetTargetMXString(contents)
|
||||
case "SRV":
|
||||
|
||||
Reference in New Issue
Block a user