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

$TTL 3600
$ORIGIN zone2.com.
    
@ 3600 IN SOA ns1-08.azure-dns.com. hostmaster. (
              10 ; serial
              900 ; refresh
              600 ; retry
              86400 ; expire
              3600 ; minimum
              )

  3600 IN NS ns1-08.azure-dns.com.
  3600 IN NS ns2-08.azure-dns.net.
  3600 IN NS ns3-08.azure-dns.org.
  3600 IN NS ns4-08.azure-dns.info.

  200 IN TXT "this is another SPF, this time as TXT"
  200 IN TXT "v=spf1 mx ip4:14.14.22.0/23 a:mail.trum.ch mx:mese.ch include:spf.mapp.com ?all"

160.1 3600 IN PTR foo.com.

160.2 3600 IN PTR foobar.com.
      3600 IN PTR bar.com.

200 3600 IN A 7.8.9.0

160.3 3600 IN PTR foo.com.
      3600 IN PTR bar.com.

a2 3600 IN A 1.2.3.4
   3600 IN A 2.3.4.5

aa 100 IN A 4.5.6.7
   100 IN A 6.7.8.9

   300 IN MX 1 foo.com.zone2.com.

aaaa2 3600 IN AAAA 2001:cafe:130::100
      3600 IN AAAA 2001:cafe:130::101

base 3600 IN A 194.124.202.114

     3600 IN MX 10 be.xpiler.de.

     3600 IN TXT "v=spf1 mx include:_spf4.xcaign.de include:_spf6.xcaign.de -all"
     3600 IN TXT "spf2.0/mfrom,pra mx ip4:15.19.14.0/24 ip4:8.8.11.4/27 ip4:9.16.20.19/26 -all"

doozie 3600 IN TXT "abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890abcdefghijklmnopqrstuvwxyz1234567890"

even 3600 IN A 194.124.202.114

     3600 IN MX 10 be.xpiler.de.

     3600 IN TXT "v=spf1 mx include:_spf4.xgn.de include:_spf6.xgn.de -all"

fee2 3600 IN CNAME bar.com.

longtxt 999 IN TXT "this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer....this is a super long txt record...wow, it is really really long!  And I even used copy and paste to make it longer...."

longtxt2 100 IN TXT "01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"

mail 3600 IN MX 10 mail1.mymail.com.
     3600 IN MX 11 flooble.

myspf 100 IN TXT "this is an SPF record! Convert to TXT on import"

spaces 3600 IN TXT "  a  "

t1 3600 IN TXT "foobar"

t10 3600 IN TXT "foo bar"

t11 3600 IN TXT "foobar"

t2 3600 IN TXT "foobar"

t3 3600 IN TXT "foobar"

t4 3600 IN TXT "foo;bar"

t5 3600 IN TXT "foo\;bar"

t6 3600 IN TXT "foo\;bar"

t7 3600 IN TXT "\"quoted string\""

t8 3600 IN TXT "foobar"

t9 3600 IN TXT "foobarr"

sip.tcp 3600 IN SRV 10 20 30 foobar.
        3600 IN SRV 55 66 77 zoo.

test-ns2 3600 IN NS ns1.com.
         3600 IN NS ns2.com.

test-txt2 3600 IN TXT "string 1"
          3600 IN TXT "string 2"

