hosts.lisp, distorted.lisp: Fix records for `richmond'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Apr 2014 15:27:23 +0000 (16:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 21 Apr 2014 15:27:23 +0000 (16:27 +0100)
Add the IPv6 address, because it seems to respond just fine to IPv6;
and arrange to put the correct name in the reverse zone.

distorted.lisp
hosts.lisp

index c62ee34..967401d 100644 (file)
   (jaguar (jump :addr jaguar.jump))
 
   ;; Nicko's server.
-  (richmond (jump :addr richmond.jump))
+  (richmond (jump :svc richmond.jump))
 
   ;; Wired ethernet.
   (unsafe :net unsafe)
   (invader :addr invader.safe)
   (marauder :addr marauder.safe))
 
+(defzone nicko.org
+  (richmond :addr richmond.jump))
+
 (defrevzone trusted
   :ns (radius.distorted.org.uk.
        precision.distorted.org.uk.
index 28dd2bf..fe62bfe 100644 (file)
@@ -74,7 +74,7 @@
 (defhost stratocaster.jump (jump 8))
 (defhost jazz.jump (jump 9))
 (defhost jaguar.jump ((:ipv4 jump 11)))
-(defhost richmond.jump ((:ipv4 jump 12)))
+(defhost richmond.jump ((:ipv4 jump 12) (:ipv6 jump "::1:1")))
 (defhost anon.jump (jump 13))
 (defhost blackhole.jump ((:ipv4 jump 14) (:ipv6 jump "::ffff")))