From 3781a85c9bb0b42299134ca783a670ff863bf234 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Wed, 13 Oct 2021 14:45:52 +0200 Subject: [PATCH] joinmarket: enable Agora as a third IRC server --- modules/joinmarket.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/joinmarket.nix b/modules/joinmarket.nix index ed74156..546b234 100644 --- a/modules/joinmarket.nix +++ b/modules/joinmarket.nix @@ -133,6 +133,14 @@ let port = 6667 usessl = false ${socks5Settings} + + # agora.anarplex.net + [MESSAGING:server3] + host = vxecvd6lc4giwtasjhgbrr3eop6pzq6i5rveracktioneunalgqlwfad.onion + channel = joinmarket-pit + port = 6667 + usessl = false + ${socks5Settings} ''; # Based on https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmclient/jmclient/configure.py