From 50e53747ede94caa231ca34c96815bd0698b6de6 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 12 Apr 2023 23:44:12 -0600 Subject: [PATCH] Create host-down.tmpl --- tinc/host-down.tmpl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tinc/host-down.tmpl diff --git a/tinc/host-down.tmpl b/tinc/host-down.tmpl new file mode 100644 index 0000000..c303a46 --- /dev/null +++ b/tinc/host-down.tmpl @@ -0,0 +1,2 @@ +#!/bin/ash +echo "Host down: \$NODE (\$REMOTEADDRESS:\$REMOTEPORT)"