From: Mark Wooding Date: Thu, 13 Mar 2014 01:55:54 +0000 (+0000) Subject: distorted.lisp: Arrange for artist to front for pifi generally. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/6c71999203ca8de536bc5bab667c1789b8495932 distorted.lisp: Arrange for artist to front for pifi generally. 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. --- diff --git a/distorted.lisp b/distorted.lisp index 1b4905a..62df46c 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -109,10 +109,8 @@ (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)