mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 06:29:40 +02:00
Fixed: Adding SOA record to dns fails
This commit is contained in:
@@ -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":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user