Skip creating reverse zonefiles for now as RFC1918 ones will conflict with each other
Change-Id: Id6f58ef6b68633befa438e9b9f28b3d325cae36d
diff --git a/templates/nsd.conf.j2 b/templates/nsd.conf.j2
index ff5b39f..93c2a14 100644
--- a/templates/nsd.conf.j2
+++ b/templates/nsd.conf.j2
@@ -24,8 +24,8 @@
name: {{ key }}
zonefile: {{ key }}.forward
-zone:
- name: {{ value.ip_range | unbound_revdns }}
- zonefile: {{ key }}.reverse
+# zone:
+# name: {{ value.ip_range | unbound_revdns }}
+# zonefile: {{ key }}.reverse
{% endfor %}