From 2c575aa62e0f99b23aad7d545cf8569501dd8bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 25 Jan 2015 20:37:34 +0100 Subject: [PATCH] new subdomain for eve --- hosts/eve | 2 +- tinc-down | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/eve b/hosts/eve index b5a9ef3..0d14366 100644 --- a/hosts/eve +++ b/hosts/eve @@ -1,5 +1,5 @@ Subnet = 02:1F:C8:16:F2:C0 -Address = tinc.higgsboson.tk +Address = tinc1.higgsboson.tk Port = 666 -----BEGIN RSA PUBLIC KEY----- MIIBCgKCAQEAsGG/m+wr4Q5yRiJXojYu9bV1AgS7U7xUTe39RBAnuEEbpxgQ3SKP diff --git a/tinc-down b/tinc-down index beed7b0..74d0df9 100755 --- a/tinc-down +++ b/tinc-down @@ -1,4 +1,5 @@ #!/usr/bin/env bash + has() { command -v "$1" >/dev/null 2>&1 } @@ -21,4 +22,3 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # TODO untested ipconfig set "$interface" NONE fi exit 0 -