From 6c71999203ca8de536bc5bab667c1789b8495932 Mon Sep 17 00:00:00 2001 Message-Id: <6c71999203ca8de536bc5bab667c1789b8495932.1714932783.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 13 Mar 2014 01:55:54 +0000 Subject: [PATCH] distorted.lisp: Arrange for artist to front for pifi generally. Organization: Straylight/Edgeware From: Mark Wooding 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 1b4905a..62df46c 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -109,10 +109,8 @@ (defzone distorted.org.uk (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) -- [mdw]