distorted.lisp: Arrange for artist to front for pifi generally.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 Mar 2014 01:55:54 +0000 (01:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 Mar 2014 01:55:54 +0000 (01:55 +0000)
The previous situation was a disaster: because orange is a VPN host,
it's not allowed to communicate directly with untrusted clients, but
not all clients can easily be persuaded to use www-cache.  So just
give up and proxy everything.

distorted.lisp

index 1b4905a..62df46c 100644 (file)
            (jump :svc telecaster.jump))
 
   ;; Local services.
-  (rawk (unsafe :svc artist.unsafe)
-        (dmz :svc artist.dmz))
-  (pifi (untrusted :cname orange.dhcp)
-       (dmz :svc artist.dmz))
+  ((rawk pifi) (unsafe :svc artist.unsafe)
+              (dmz :svc artist.dmz))
   (mirror (dmz :svc roadstar.dmz)
          (unsafe :svc roadstar.unsafe))
   ((wiki bugs old-mail i2p) :svc vampire)