Browse Source

Merge #532: Add hackint IRC

ea71b56 Added hackint IRC (chris-belcher)

Tree-SHA512: 0ff6ec873dcb125595c2f8db73d269b31fb65e5f2fe9b487006d7b7bcbbb57a226433c99d30f7cc0052a9b8e87847e2c55d5e496fdbdf64b6a4f6a9bee2bbcc6
master
chris-belcher 6 years ago
parent
commit
1841ac8ae1
No known key found for this signature in database
GPG Key ID: EF734EA677F31129
  1. 14
      jmclient/jmclient/configure.py

14
jmclient/jmclient/configure.py

@ -149,6 +149,20 @@ socks5_port = 9050
#usessl = false
#socks5 = true
[MESSAGING:server3]
host = irc.hackint.org
channel = joinmarket-pit
port = 6697
usessl = true
socks5 = false
socks5_host = localhost
socks5_port = 9050
#for tor
#host = ncwkrwxpq2ikcngxq3dy2xctuheniggtqeibvgofixpzvrwpa77tozqd.onion
#port = 6667
#usessl = false
#socks5 = true
[LOGGING]

Loading…
Cancel
Save