1
0
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:
Tom Limoncelli
2020-05-22 10:20:10 -04:00
committed by GitHub
parent d52c98782c
commit 6348b1d995
6 changed files with 65 additions and 26 deletions

View File

@@ -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.'),