From: Mark Wooding Date: Tue, 22 Apr 2014 15:38:13 +0000 (+0100) Subject: distorted.lisp: Make `dyndns' be external only. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/0dccfb48183bbd05fe81994b828211c6e8f13637 distorted.lisp: Make `dyndns' be external only. A useful application is catching external IP addresses for satellite sites, and this doesn't work if the connection goes via the VPN. --- diff --git a/distorted.lisp b/distorted.lisp index 967401d..02dbfdf 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -140,8 +140,9 @@ (defzone distorted.org.uk :svc #+view/inside stratocaster.colo #-view/inside stratocaster.jump (cabal :svc stratocaster.colo :sshfp "stratocaster") - ((db ftp dyndns) (colo :svc telecaster.colo :sshfp "telecaster") - (jump :svc telecaster.jump :sshfp "telecaster")) + ((db ftp) (colo :svc telecaster.colo :sshfp "telecaster") + (jump :svc telecaster.jump :sshfp "telecaster")) + (dyndns :svc telecaster.jump :sshfp "telecaster") ;; Local services. ((rawk pifi) (unsafe :svc artist.unsafe)