Browse Source

Add darkscience IRC to default configuration.

master
Alex Cato 7 years ago
parent
commit
7ee18af14b
  1. 14
      jmclient/jmclient/configure.py

14
jmclient/jmclient/configure.py

@ -130,7 +130,6 @@ socks5_port = 9050
#host = 6dvj6v5imhny3anf.onion #host = 6dvj6v5imhny3anf.onion
#onion / i2p have their own ports on CGAN #onion / i2p have their own ports on CGAN
#port = 6698 #port = 6698
#usessl = true
#socks5 = true #socks5 = true
[MESSAGING:server2] [MESSAGING:server2]
@ -148,6 +147,19 @@ socks5_port = 9050
#usessl = false #usessl = false
#socks5 = true #socks5 = true
[MESSAGING:server3]
host = irc.darkscience.net
channel = joinmarket-pit
port = 6697
usessl = true
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
#host = darksci3bfoka7tw.onion
#socks5 = true
[LOGGING] [LOGGING]
# Set the log level for the output to the terminal/console # Set the log level for the output to the terminal/console
# Possible choices: DEBUG / INFO / WARNING / ERROR # Possible choices: DEBUG / INFO / WARNING / ERROR

Loading…
Cancel
Save