Take advantage of the new multi-word zone file entries to explain why 0.20
authorEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 08:21:49 +0000 (04:21 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 08:21:49 +0000 (04:21 -0400)
we reserve names

svn path=/trunk/packages/xvm-prodconfig/; revision=1491

debian/changelog
zone

index 381bc2c..4b392c6 100644 (file)
@@ -1,3 +1,10 @@
+xvm-prodconfig (0.20) unstable; urgency=low
+
+  * Take advantage of multi-word zonefile entries by adding explanations
+    for our reservations
+
+ -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:06:52 -0400
+
 xvm-prodconfig (0.19.2) unstable; urgency=low
 
   * Zone files use semicolons for comments, not hashes
diff --git a/zone b/zone
index 0ed6e68..ecdd69c 100644 (file)
--- a/zone
+++ b/zone
@@ -7,29 +7,27 @@
         )
 
 ; Our services
-remote          IN      TXT     Reserved
-console         IN      TXT     Reserved
+remote          IN      TXT     "reserved to prevent confusion with an XVM server"
+console         IN      TXT     "reserved to prevent confusion with an XVM server"
+dev             IN      TXT     "reserved for the XVM development cluster"
+prod            IN      TXT     "reserved for the XVM production cluster"
 
-localhost       IN      TXT     Reserved
-localdomain     IN      TXT     Reserved
-broadcasthost   IN      TXT     Reserved
-com             IN      TXT     Reserved
-net             IN      TXT     Reserved
-org             IN      TXT     Reserved
+localhost       IN      TXT     "reserved to prevent confusion with your own computer"
+localdomain     IN      TXT     "reserved to prevent confusion with your own computer"
+broadcasthost   IN      TXT     "reserved to prevent confusion with your own computer"
 
 ; Athena services we don't want to conflict with
-athena          IN      TXT     Reserved
-dev             IN      TXT     Reserved
-dialup          IN      TXT     Reserved
-outgoing        IN      TXT     Reserved
-po9             IN      TXT     Reserved
-po10            IN      TXT     Reserved
-po11            IN      TXT     Reserved
-po12            IN      TXT     Reserved
-po13            IN      TXT     Reserved
-po14            IN      TXT     Reserved
-po15            IN      TXT     Reserved
-sipb            IN      TXT     Reserved
-wpad            IN      TXT     Reserved
-web             IN      TXT     Reserved
-www             IN      TXT     Reserved
+athena          IN      TXT     "reserved to prevent confusion with common Athena services"
+dialup          IN      TXT     "reserved to prevent confusion with common Athena services"
+outgoing        IN      TXT     "reserved to prevent confusion with common Athena services"
+po9             IN      TXT     "reserved to prevent confusion with common Athena services"
+po10            IN      TXT     "reserved to prevent confusion with common Athena services"
+po11            IN      TXT     "reserved to prevent confusion with common Athena services"
+po12            IN      TXT     "reserved to prevent confusion with common Athena services"
+po13            IN      TXT     "reserved to prevent confusion with common Athena services"
+po14            IN      TXT     "reserved to prevent confusion with common Athena services"
+po15            IN      TXT     "reserved to prevent confusion with common Athena services"
+sipb            IN      TXT     "reserved to prevent confusion with common Athena services"
+wpad            IN      TXT     "reserved to prevent confusion with common Athena services"
+web             IN      TXT     "reserved to prevent confusion with common Athena services"
+www             IN      TXT     "reserved to prevent confusion with common Athena services"