Browse Source

Merge #526: Remove Cyberguerilla and re-enable Agora in default IRC config

11acea3 Remove Cyberguerilla and re-enable Agora in default IRC config (Kristaps Kaupe)
master
Adam Gibson 6 years ago
parent
commit
2d9d223973
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 22
      jmclient/jmclient/configure.py

22
jmclient/jmclient/configure.py

@ -122,7 +122,7 @@ rpc_password = password
rpc_wallet_file =
[MESSAGING:server1]
host = irc.cyberguerrilla.org
host = irc.darkscience.net
channel = joinmarket-pit
port = 6697
usessl = true
@ -131,32 +131,18 @@ socks5_host = localhost
socks5_port = 9050
#for tor
#host = epynixtbonxn4odv34z4eqnlamnpuwfz6uwmsamcqd62si7cbix5hqad.onion
#host = darksci3bfoka7tw.onion
#socks5 = true
[MESSAGING:server2]
host = irc.darkscience.net
host = agora.anarplex.net
channel = joinmarket-pit
port = 6697
port = 14716
usessl = true
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
#host = darksci3bfoka7tw.onion
#socks5 = true
#Agora currently 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

Loading…
Cancel
Save