mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
get-zones should comment out NAMESERVER() (#743)
* get-zones should comment out NAMESERVER() * Edits
This commit is contained in:
@ -3,10 +3,10 @@ var REG_CHANGEME = NewRegistrar("ThirdParty", "NONE");
|
||||
D("simple.com", REG_CHANGEME,
|
||||
DnsProvider(bind),
|
||||
//SOA('@', 'ns3.serverfault.com.', 'sysadmin.stackoverflow.com.', 2020022300, 3600, 600, 604800, 1440),
|
||||
NAMESERVER('ns-1313.awsdns-36.org.'),
|
||||
NAMESERVER('ns-736.awsdns-28.net.'),
|
||||
NAMESERVER('ns-cloud-c1.googledomains.com.'),
|
||||
NAMESERVER('ns-cloud-c2.googledomains.com.'),
|
||||
//NAMESERVER('ns-1313.awsdns-36.org.'),
|
||||
//NAMESERVER('ns-736.awsdns-28.net.'),
|
||||
//NAMESERVER('ns-cloud-c1.googledomains.com.'),
|
||||
//NAMESERVER('ns-cloud-c2.googledomains.com.'),
|
||||
MX('@', 1, 'aspmx.l.google.com.'),
|
||||
MX('@', 5, 'alt1.aspmx.l.google.com.'),
|
||||
MX('@', 5, 'alt2.aspmx.l.google.com.'),
|
||||
|
Reference in New Issue
Block a user