designate/api-ref/source/samples/zones/show-zone-export-content.txt
Graham Hayes 403b6aec7a Add Zone Tasks, Export and Import API Docs
Adds api-ref docs for:

* Zone Import
* Zone Export
* Zone Tasks
* - XFR
* - Abandon

Change-Id: Id0bfca25969a8def0b5be4969be3ae6e772b0249
2016-05-16 17:36:03 +01:00

19 lines
338 B
Plaintext

$ORIGIN example.com.
$TTL 42
example.com. IN SOA ns.designate.com. nsadmin.example.com. (
1394213803 ; serial
3600 ; refresh
600 ; retry
86400 ; expire
3600 ; minimum
)
example.com. IN NS ns.designate.com.
example.com. IN MX 10 mail.example.com.
ns.example.com. IN A 10.0.0.1
mail.example.com. IN A 10.0.0.2