Browse Source

Merge #293: Add darkscience IRC to default configuration.

7ee18af Add darkscience IRC to default configuration. (Alex Cato)
master
AdamISZ 7 years ago
parent
commit
1e1b7af830
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 14
      jmclient/jmclient/configure.py

14
jmclient/jmclient/configure.py

@ -130,7 +130,6 @@ socks5_port = 9050
#host = 6dvj6v5imhny3anf.onion
#onion / i2p have their own ports on CGAN
#port = 6698
#usessl = true
#socks5 = true
[MESSAGING:server2]
@ -148,6 +147,19 @@ socks5_port = 9050
#usessl = false
#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]
# Set the log level for the output to the terminal/console
# Possible choices: DEBUG / INFO / WARNING / ERROR

Loading…
Cancel
Save