
; Exported zone file from Azure DNS
;      Zone name: zone8.com
;      Resource Group Name: cli_dns_zone8_import6bhbkipge2yj2rg2vw2womkaty2jk6ioahfqrk65uqyofgap5rvvutf
;      Date and time (UTC): Fri, 31 May 2019 09:00:52 -0700

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

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

* 3600 IN A 2.3.4.5

ns 3600 IN A 1.2.3.4

