Skip to content
Snippets Groups Projects
Commit 1159ea27 authored by Bob Mottram's avatar Bob Mottram
Browse files

Include onion domain in irc bouncer config

parent c797c0f9
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ irc_variables=(MY_USERNAME
IRC_PORT
IRC_BOUNCER_PORT
IRC_PASSWORD
IRC_ONION_HOSTNAME
IRC_OPERATOR_PASSWORD
DEFAULT_DOMAIN_NAME
INSTALLED_WITHIN_DOCKER
......@@ -122,6 +123,7 @@ function add_user_irc_bouncer {
echo ' LoadModule = simple_away' >> /home/znc/.znc/config/znc.conf
echo '' >> /home/znc/.znc/config/znc.conf
echo " Server = ${DEFAULT_DOMAIN_NAME} +${IRC_PORT}" >> /home/znc/.znc/config/znc.conf
echo " Server = ${IRC_ONION_HOSTNAME} +${IRC_PORT}" >> /home/znc/.znc/config/znc.conf
echo '' >> /home/znc/.znc/config/znc.conf
echo " <Chan ${PROJECT_NAME}>" >> /home/znc/.znc/config/znc.conf
echo ' </Chan>' >> /home/znc/.znc/config/znc.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment