From 6ba7542c921c948fa262564ea5c8e32f70a75c7f Mon Sep 17 00:00:00 2001 Message-Id: <6ba7542c921c948fa262564ea5c8e32f70a75c7f.1747586184.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 17 Jun 2024 17:02:34 +0100 Subject: [PATCH] distorted.lisp: Publish SSHFP record for `guvnor'. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distorted.lisp b/distorted.lisp index f255913..32585d2 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -225,7 +225,7 @@ (defzone distorted.org.uk ;; Entry is via little router box. (dmz :net dmz) - (guvnor (dmz :addr guvnor.dmz)) + (guvnor (dmz :addr guvnor.dmz :sshfp "radius")) (nat (dmz :addr nat.dmz)) ;; Wireless access points. -- [mdw]