From e85116791f9d971e9b9ab5e3d26256577ecb179e Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 1 Nov 2008 04:21:49 -0400 Subject: [PATCH 1/1] Take advantage of the new multi-word zone file entries to explain why we reserve names svn path=/trunk/packages/xvm-prodconfig/; revision=1491 --- debian/changelog | 7 +++++++ zone | 44 +++++++++++++++++++++----------------------- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 381bc2c..4b392c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 --- 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" -- 1.7.9.5