summaryrefslogtreecommitdiff
path: root/contrib/python/examples/zone.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/examples/zone.txt')
-rw-r--r--contrib/python/examples/zone.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/python/examples/zone.txt b/contrib/python/examples/zone.txt
new file mode 100644
index 0000000..ffc8726
--- /dev/null
+++ b/contrib/python/examples/zone.txt
@@ -0,0 +1,15 @@
+$ORIGIN example.
+$TTL 600
+
+example. IN SOA example. admin.example. (
+ 2008022501 ; serial
+ 28800 ; refresh (8 hours)
+ 7200 ; retry (2 hours)
+ 604800 ; expire (1 week)
+ 18000 ; minimum (5 hours)
+ )
+
+@ IN MX 10 mail.example.
+@ IN NS ns1
+@ IN NS ns2
+@ IN A 192.168.1.1