Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed unnecessary NS record
Removed unnecessary NS record hostmaster.topLevelDomain while creating website for that domain.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -72,17 +72,6 @@ def dnsTemplate(domain, admin): | ||
|
||
if zone.type == 'NATIVE': | ||
|
||
if os.path.exists(DNS.defaultNameServersPath): | ||
defaultNS = open(DNS.defaultNameServersPath, 'r').readlines() | ||
|
||