mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
NEW PROVIDER: OctoDNS (#309)
* govendor gopkg.in/yaml.v2 * Ignore YAML and BIND test data litter. Create README.txt files to force git to create subdirectories. * Update convertzone to also read OctoDNS files
This commit is contained in:
@@ -17,7 +17,6 @@ func (rc *RecordConfig) SetTargetMX(pref uint16, target string) error {
|
||||
if rc.Type != "MX" {
|
||||
panic("assertion failed: SetTargetMX called when .Type is not MX")
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user