
; Exported zone file from Azure DNS
;      Zone name: zone1.com
;      Resource Group Name: cli_dns_zone1_import000001
;      Date and time (UTC): Mon, 13 Jan 2020 20:52:39 +0800

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

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

_sip._tls 3600 IN SRV 100 1 443 target.contoso.com.

caa1 60 IN CAA 0 issue "ca1.contoso.com"
     60 IN CAA 128 iodef "mailto:test@contoso.com"

caa2 60 IN CAA 0 issue "ca1.contoso.com"
     60 IN CAA 45 tag56 "test test test"

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"

