distorted.lisp: Reorder the network infrastructure hosts.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 16 Feb 2015 22:57:47 +0000 (22:57 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 Feb 2015 22:57:47 +0000 (22:57 +0000)
distorted.lisp

index acd1263..b0d0d59 100644 (file)
   :srv ((:http www)
        (:ftp ftp))
 
-  ;; Entry is via little router box.
-  (dmz :net dmz)
-  (guvnor (dmz :addr guvnor.dmz))
-  (nat (dmz :addr nat.dmz))
-
-  ;; Wireless gateway.
-  (wireless :net wireless)
-  (evolution (safe :addr evolution.safe))
-  (evolution :alias evo)
-
   ;; Colocated services.
   ((irc vox keys) (colo :svc jazz.colo :sshfp "jazz")
                  (jump :svc jazz.jump :sshfp "jazz"))
   ;; Nicko's server.
   (richmond (jump :svc richmond.jump))
 
+  ;; Entry is via little router box.
+  (dmz :net dmz)
+  (guvnor (dmz :addr guvnor.dmz))
+  (nat (dmz :addr nat.dmz))
+
+  ;; Wireless gateway.
+  (wireless :net wireless)
+  (evolution (safe :addr evolution.safe))
+  (evolution :alias evo)
+
   ;; Wired ethernet.
   (unsafe :net unsafe)
   (safe :net safe)