From: Mark Wooding Date: Mon, 17 Jun 2024 16:03:40 +0000 (+0100) Subject: hosts.lisp: Delete spurious bare-host entries for `marshall' and `guvnor'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/04e7bb4a1811be1233a7fd40030e249c3d09fd6b hosts.lisp: Delete spurious bare-host entries for `marshall' and `guvnor'. Those entries are only intended for nameservers. --- diff --git a/hosts.lisp b/hosts.lisp index 2601f2d..b77cd67 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -195,7 +195,4 @@ (defhost stratocaster stratocaster.dmz) (defhost national national.linode) (defhost eggle eggle.jump))) -(defhost marshall marshall.dmz) -(defhost mdwdev mdwdev.upn) - ;;;----- That's all, folks --------------------------------------------------