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

Use ssl for local connection to the irc bouncer

parent e806fc4d
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ function install_irc_client {
echo ' },' >> /home/${MY_USERNAME}/.irssi/config
echo ' {' >> /home/${MY_USERNAME}/.irssi/config
echo " address = \"127.0.0.1\";" >> /home/${MY_USERNAME}/.irssi/config
echo ' use_ssl = "no";' >> /home/${MY_USERNAME}/.irssi/config
echo ' use_ssl = "yes";' >> /home/${MY_USERNAME}/.irssi/config
echo ' ssl_verify = "no";' >> /home/${MY_USERNAME}/.irssi/config
if [[ ${ONION_ONLY} == 'no' ]]; then
echo " port = \"${IRC_BOUNCER_PORT}\";" >> /home/${MY_USERNAME}/.irssi/config
......
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