diff options
author | makefu <github@syntax-fehler.de> | 2014-05-14 12:24:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-05-14 12:24:47 +0200 |
commit | 1b4612599b33d93c37850aeaf4bda403d1d1a08d (patch) | |
tree | 320f41e82fdf00e6ba83b817c96d2bac13139b5b | |
parent | 814f3d48f67901a79b278bc49a9847cbf9e47ff1 (diff) |
remove dns names from Address fields in retiolum
reason is that tinc legacy nodes stop working for
a few seconds when trying to resolve these host names
when these nodes are configured in the ConnectTo field
-rw-r--r-- | retiolum/hosts/elvis | 2 | ||||
-rw-r--r-- | retiolum/hosts/fastpoke | 2 | ||||
-rw-r--r-- | retiolum/hosts/reimae | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/retiolum/hosts/elvis b/retiolum/hosts/elvis index f78243a3..c98ce786 100644 --- a/retiolum/hosts/elvis +++ b/retiolum/hosts/elvis @@ -1,4 +1,4 @@ -Address = dn42.wg1337.de +Address = 94.79.154.86 Subnet = 10.243.228.181 Subnet = 42:42a3:7ad4:f156:906f:f6f3:943b:7b1d diff --git a/retiolum/hosts/fastpoke b/retiolum/hosts/fastpoke index e3c0bf52..c897a97b 100644 --- a/retiolum/hosts/fastpoke +++ b/retiolum/hosts/fastpoke @@ -1,4 +1,4 @@ -Address = aidsballs.de +Address = 193.22.164.36 Subnet = 10.243.253.152 Subnet = 42:422a:194f:ff3b:e196:2f82:5cf5:bc00 diff --git a/retiolum/hosts/reimae b/retiolum/hosts/reimae index 696c3442..125cde65 100644 --- a/retiolum/hosts/reimae +++ b/retiolum/hosts/reimae @@ -1,4 +1,4 @@ -Address = reimae.de +Address = 193.22.164.39 Subnet = 10.243.177.212 Subnet = 42:5965:bb44:aed3:9d3d:29f6:201d:7adf |