Bug fix to Websites and NameServer creation!

This commit is contained in:
usmannasir
2018-02-10 12:10:38 +05:00
parent 061af1eae5
commit a010f7982e
5 changed files with 17 additions and 15 deletions

View File

@@ -143,7 +143,7 @@ def NSCreation(request):
record = Records(domainOwner=newZone,
domain_id=newZone.id,
name=domainForNS,
name=ns1,
type="A",
content=firstNSIP,
ttl=3600,
@@ -168,7 +168,7 @@ def NSCreation(request):
record = Records(domainOwner=newZone,
domain_id=newZone.id,
name=domainForNS,
name=ns2,
type="A",
content=secondNSIP,
ttl=3600,