Index: /dns/confs/rambo/named.conf
===================================================================
--- /dns/confs/rambo/named.conf	(revision 4105)
+++ /dns/confs/rambo/named.conf	(revision 4108)
@@ -16,5 +16,5 @@
 	zone "wLeiden.NET" {
 		type master;
-		file "master/wLeiden_ex.NET";
+		file "master/wLeiden.NET.extern";
 		allow-transfer { any; };
 		also-notify { 172.18.8.66; 172.17.160.66; };
@@ -30,5 +30,5 @@
         zone "wleiden.net" {
                 type master;
-                file "master/wLeiden_wl.NET";
+                file "master/wLeiden.NET.intern";
                 allow-transfer { any; };
                 notify yes;
Index: /dns/confs/rambo/update.sh
===================================================================
--- /dns/confs/rambo/update.sh	(revision 4105)
+++ /dns/confs/rambo/update.sh	(revision 4108)
@@ -9,5 +9,5 @@
   if [ $debug = 0 ]; then
     cp /home/dns_generator/*.in-addr.arpa /home/dns/master
-    cp /home/dns_generator/*.NET /home/dns/master
+    cp /home/dns_generator/*.NET.* /home/dns/master
     rndc reload
   fi
