Browse Source

Onion to the irc bouncer

Bob Mottram 8 years ago
parent
commit
f11b95d20d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-irc

+ 1
- 1
src/freedombone-app-irc View File

@@ -548,7 +548,7 @@ function install_irc_server {
548 548
     touch /var/run/ngircd/ngircd.pid
549 549
     chown -R irc:irc /var/run/ngircd
550 550
 
551
-    IRC_ONION_HOSTNAME=$(add_onion_service irc ${IRC_PORT} ${IRC_ONION_PORT})
551
+    IRC_ONION_HOSTNAME=$(add_onion_service irc ${IRC_BOUNCER_PORT} ${IRC_ONION_PORT})
552 552
 
553 553
     systemctl restart ngircd
554 554