From 0dccfb48183bbd05fe81994b828211c6e8f13637 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 22 Apr 2014 16:38:13 +0100 Subject: [PATCH] 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. --- distorted.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 967401d..02dbfdf 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -140,8 +140,9 @@ :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) -- 2.11.0