chiark / gitweb /
distorted.lisp, hosts.lisp: Publish addresses for anycast services.
[zones] / hosts.lisp
index cee2a51c99903c325af06139a731e732a9dddd46..b7fc5e5bab750b47a23089f1b2a6028aafa7f58b 100644 (file)
@@ -95,6 +95,13 @@ (defhost telecaster.colo (colo 3))
 (defhost stratocaster.colo (colo 4))
 (defhost jazz.colo (colo 5))
 
+;; Anycast addresses for services.
+(defhost dns0.any (any 0))
+(defhost dns1.any (any 1))
+(defhost ntp0.any (any 2))
+(defhost ntp1.any (any 3))
+(defhost www-cache.any (any 4))
+
 ;;;--------------------------------------------------------------------------
 ;;; Host switch.