
; Exported zone file from Azure DNS
;      Zone name: zone1.com
;      Resource Group Name: cli_dns_zone1_import000001
;      Date and time (UTC): Mon, 13 May 2019 16:09:14 -0700

$TTL 300
$ORIGIN zone1.com.
    
@ 3600 IN SOA ns1-05.ppe.azure-dns.com. azuredns-hostmaster.microsoft.com. (
              1 ; serial
              3600 ; refresh
              300 ; retry
              2419200 ; expire
              300 ; minimum
              )

  172800 IN NS ns1-05.ppe.azure-dns.com.
  172800 IN NS ns2-05.ppe.azure-dns.net.
  172800 IN NS ns3-05.ppe.azure-dns.org.
  172800 IN NS ns4-05.ppe.azure-dns.info.

manuala 3600 IN A 10.0.0.10

mya 0 IN A 10.0.1.0
    0 IN A 10.0.1.1

myaaaa 3600 IN AAAA 2001:4898:e0:99:6dc4:6329:1c99:4e69

mycname 3600 IN CNAME contoso.com.

mymx 3600 IN MX 1 mail.contoso.com.

myname 3600 IN PTR myptrdname

myname2 3600 IN TXT "manualtxt"

myns 3600 IN NS ns.contoso.com.

myptr 3600 IN PTR contoso.com

mysrv 3600 IN SRV 1 2 1234 target.contoso.com.

mytxt2 7200 IN TXT "abc def"
       7200 IN TXT "foo bar"

mytxtrs 3600 IN TXT "hi"

