chiark / gitweb /
odin.lisp: Retreat to glueless delegation due to loss of glue records.
[zones] / hosts.lisp
index ceb3ae77e100a832ec78641f7c71a0de3a4dfbe8..b77cd679a71901a71b994e9c523eddf2c3c94b2c 100644 (file)
@@ -62,7 +62,7 @@ (defnet jump-ipv6 "2001:ba8:1d9/48")
 ;;; Host allocations
 
 ;; External addresses.
-(defhost guvnor.dmz ((:ipv4 gw 0) (:ipv6 dmz "::1:1")))
+(defhost guvnor.dmz (gw 0))
 (defhost radius.dmz (dmz 1))
 (defhost roadstar.dmz (dmz 2))
 (defhost jem.dmz (dmz 3))
@@ -195,7 +195,4 @@    (defhost stratocaster stratocaster.dmz)
    (defhost national national.linode)
    (defhost eggle eggle.jump)))
 
-(defhost marshall marshall.dmz)
-(defhost mdwdev mdwdev.upn)
-
 ;;;----- That's all, folks --------------------------------------------------