initial commit
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cd8c6a8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+
+# Bind DNS service
+
+bind:
+  configured_zones:
+    sub.domain.com:
+      type: master
+      notify: False
+    1.168.192.in-addr.arpa:
+      type: master
+      notify: False
+
+available_zones:
+  sub.domain.org:
+    file: db.sub.domain.org
+    masters: "192.168.0.1;"
\ No newline at end of file