
; Exported zone file from Azure DNS
;      Zone name: zone3.com
;      Resource Group Name: cli_dns_zone3_import000001
;      Date and time (UTC): Mon, 13 Jan 2020 20:55:23 +0800

$TTL 10800
$ORIGIN zone3.com.
    
@ 86400 IN SOA ns1-01.azure-dns.com. hostmaster.zone3.com. (
               2003080800 ; serial
               43200 ; refresh
               900 ; retry
               1814400 ; expire
               10800 ; minimum
               )

  86400 IN NS ns1-01.azure-dns.com.
  86400 IN NS ns2-01.azure-dns.net.
  86400 IN NS ns3-01.azure-dns.org.
  86400 IN NS ns4-01.azure-dns.info.

_sip._tcp 3600 IN SRV 10 20 30 foo.com.

d1 3600 IN A 12.1.2.3
   3600 IN A 12.2.3.4
   3600 IN A 12.3.4.5
   3600 IN A 12.4.5.6

   3600 IN NS hood.com.

   3600 IN TXT "fishfishfish"

f1 3600 IN A 11.1.2.3
   3600 IN A 11.2.3.3

f2 3600 IN A 11.2.3.4
   3600 IN A 11.5.6.7

mail 3600 IN MX 100 mail.test.com.

noclass 3600 IN A 1.2.3.4
        3600 IN A 2.3.4.5

test-a 3600 IN A 1.2.3.4

test-aaaa 3600 IN AAAA 2001:cafe:130::100

test-cname 3600 IN CNAME target.com.

test-cname2 3600 IN CNAME target.org.zone3.com.

test-mx 3600 IN MX 10 mail.com.

test-ns 3600 IN NS ns1.com.

_sip._tcp.test-srv 3600 IN SRV 1 2 3 target.com.

test-txt 3600 IN TXT "string 1"

txt1 3600 IN TXT "string 1 only"

txt2 3600 IN TXT "string1string2"

txt3 3600 IN TXT "this is a very long string with lots of text, in fact is has 74 charactersthis is a very long string with lots of text, in fact is has 74 charactersthis is a very long string with lots of text, in fact is has 74 charactersthis is a very long string with lots of text, in fact is has 74 characters"
     3600 IN TXT "string;string;string"

