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:
@@ -4,10 +4,10 @@ D("example.org", REG_CHANGEME,
|
||||
DnsProvider(bind),
|
||||
DefaultTTL(7200),
|
||||
//SOA('@', 'ns1.example.org.', 'hostmaster.example.org.', 2020030700, 7200, 3600, 864000, 7200, TTL(43200)),
|
||||
NAMESERVER('ns1.example.org.'),
|
||||
NAMESERVER('ns2.example.org.'),
|
||||
NAMESERVER('ns-a.example.net.'),
|
||||
NAMESERVER('friend-dns.example.com.'),
|
||||
//NAMESERVER('ns1.example.org.'),
|
||||
//NAMESERVER('ns2.example.org.'),
|
||||
//NAMESERVER('ns-a.example.net.'),
|
||||
//NAMESERVER('friend-dns.example.com.'),
|
||||
MX('@', 10, 'mx.example.org.'),
|
||||
TXT('@', 'v=spf1 ip4:192.0.2.25 ip6:2001:db8::1:25 mx include:_spf.example.com ~all'),
|
||||
SRV('_client._smtp', 1, 1, 1, 'example.org.'),
|
||||
|
||||
Reference in New Issue
Block a user