mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
get-zones now outputs a comment about CNAMEs at apex (#1732)
This commit is contained in:
13
commands/test_data/apex.com.zone.js
Normal file
13
commands/test_data/apex.com.zone.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var DSP_BIND = NewDnsProvider("bind", "BIND");
|
||||
var REG_CHANGEME = NewRegistrar("none");
|
||||
D("apex.com", REG_CHANGEME,
|
||||
DnsProvider(DSP_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.'),
|
||||
// NOTE: CNAME at apex may require manual editing.
|
||||
CNAME('@', 'cnametest1.example.com.'),
|
||||
CNAME('www', 'cnametest2.example.com.')
|
||||
)
|
||||
Reference in New Issue
Block a user