diff scripts/dns_srv/template/etc/bind/named.conf.local @ 3:73d3b94b7364

added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
author souliane <souliane@mailoo.org>
date Fri, 27 Jun 2014 19:17:18 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/dns_srv/template/etc/bind/named.conf.local	Fri Jun 27 19:17:18 2014 +0200
@@ -0,0 +1,9 @@
+zone "<domain>" IN {
+  type master;
+  file "zone.<domain>";
+};
+
+zone "0.0.127.in-addr.arpa" {
+  type master;
+  file "revp.127.0.0";
+};