From f8d14727737173ec038567451d50cc0d047bca85 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Sun, 15 Mar 2020 16:29:28 +0200 Subject: [PATCH] Disable Agora by default (again), as discussed on IRC --- jmclient/jmclient/configure.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/jmclient/jmclient/configure.py b/jmclient/jmclient/configure.py index ec4d0af..48cddfb 100644 --- a/jmclient/jmclient/configure.py +++ b/jmclient/jmclient/configure.py @@ -135,21 +135,6 @@ socks5_port = 9050 #socks5 = true [MESSAGING:server2] -host = agora.anarplex.net -channel = joinmarket-pit -port = 14716 -usessl = true -socks5 = false -socks5_host = localhost -socks5_port = 9050 - -#for tor -#host = cfyfz6afpgfeirst.onion -#port = 6667 -#usessl = false -#socks5 = true - -[MESSAGING:server3] host = irc.hackint.org channel = joinmarket-pit port = 6697 @@ -164,6 +149,21 @@ socks5_port = 9050 #usessl = false #socks5 = true +#Agora sometimes seems to be unreliable. Not active by default for that reason. +#[MESSAGING:server3] +#host = agora.anarplex.net +#channel = joinmarket-pit +#port = 14716 +#usessl = true +#socks5 = false +#socks5_host = localhost +#socks5_port = 9050 +# +##for tor +##host = cfyfz6afpgfeirst.onion +##port = 6667 +##usessl = false +##socks5 = true [LOGGING] # Set the log level for the output to the terminal/console