Fixed: Adding SOA record to dns fails

This commit is contained in:
Usman Nasir
2019-08-18 16:23:36 +05:00
parent 12c8703573
commit 81fca8ebe3

View File

@@ -356,7 +356,7 @@ class DNSManager:
recordContentSOA = data['recordContentSOA']
DNS.createDNSRecord(zone, value, recordType, recordContentSOA, 0, ttl)
DNS.createDNSRecord(zone, recordName, recordType, recordContentSOA, 0, ttl)
elif recordType == "NS":