Browse Source

Remove Cyberguerilla and re-enable Agora in default IRC config

master
Kristaps Kaupe 6 years ago
parent
commit
11acea3a7b
No known key found for this signature in database
GPG Key ID: D47B1B4232B55437
  1. 22
      jmclient/jmclient/configure.py

22
jmclient/jmclient/configure.py

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

Loading…
Cancel
Save