new subdomain for eve

This commit is contained in:
Jörg Thalheim 2015-01-25 20:37:34 +01:00
parent 72970e2c09
commit 2c575aa62e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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