[http://www.amahi.org/apps/znc ZNC] is an IRC bounce with many advanced features such as a built-in web interface, persistent connection (detaching), multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module support, to name a few.
== SSL Configuration ==Coming soonTo enable SSL support, some manual configuration must be done:* As '''root''' user, install one dependency: yum -y mod_ssl* Add the following line to the end of /etc/httpd/conf/httpd.conf: NameVirtualHost *:443* Change the line in /etc/httpd/conf.d/####-znc.conf to read: Redirect Permanent / https://znc:26244* Modify the line in /home/username/.znc/config/znc.conf to read: Listener4 = +26244* Restart the web server and ZNC: service httpd restart service znc restart* Access the web console via <nowiki>https://znc:26244</nowiki>* All connections with IRC clients will be SSL.