From: Mark Wooding Date: Sun, 22 May 2011 14:39:19 +0000 (+0100) Subject: harlequin.lisp: Use the statically defined address for `guvnor'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/f6b32a07e967d331e34aae432259ecc13df54fe3?hp=-c harlequin.lisp: Use the statically defined address for `guvnor'. This avoids exercising the resolver for what's anyway a locally defined name, and also avoids stressing the local search rules. --- f6b32a07e967d331e34aae432259ecc13df54fe3 diff --git a/harlequin.lisp b/harlequin.lisp index 148d696..ecb2a67 100644 --- a/harlequin.lisp +++ b/harlequin.lisp @@ -11,8 +11,8 @@ (defhost mail metalzone) (defhost bloghost vampire)) (t (setf *default-zone-source* 'guvnor.distorted.org.uk.) - (defhost mail guvnor.demon) - (defhost bloghost guvnor.demon))) + (defhost mail guvnor.distorted.org.uk) + (defhost bloghost guvnor.distorted.org.uk))) (defzone harlequin.org.uk ;;