From 27160e18c47f84d89c8097ec0f326c908367d1d5 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 18 Dec 2018 10:22:41 +0200 Subject: [PATCH] Yggdrasil: fix nodeinfo of roubaix-fr & silta I think having the DNS mentioned can be helpful and Silta got wrong domain. --- yggdrasil/roubaix-fr.json | 2 +- yggdrasil/silta.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yggdrasil/roubaix-fr.json b/yggdrasil/roubaix-fr.json index f9ef7ef..2e48fa2 100644 --- a/yggdrasil/roubaix-fr.json +++ b/yggdrasil/roubaix-fr.json @@ -5,5 +5,5 @@ "IRC port": "6697, TLS required", "contact": { "email": "pikaviestimet+RoubaixFRYggdrasil@piraattipuolue.fi", -"channel": "#opers,#verkkopalvelut"} +"channel": "ircs://y.irc.pirateirc.net:6697/#opers,#verkkopalvelut"} } diff --git a/yggdrasil/silta.json b/yggdrasil/silta.json index c801d1e..f726a25 100644 --- a/yggdrasil/silta.json +++ b/yggdrasil/silta.json @@ -1,9 +1,9 @@ -{ "name": "y.silta.pirateirc.net", +{ "name": "y.silta.piraatit.fi", "type": "server", "location": "OVH, Roubaix, France", "peering": "Please contact us, if you are a Pirate Party activist and a PirateIRC user", "IRC port": "6697, TLS required", "contact": { "email": "pikaviestimet+SiltaYggdrasil@piraattipuolue.fi", -"channel": "#verkkopalvelut"} +"irc": "ircs://y.irc.pirateirc.net:6697/#verkkopalvelut"} }