Difference between revisions of "ZNC"

From Amahi Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
== SSL Configuration ==
 
== SSL Configuration ==
To enable SSL support, some manual configuration must be done.
+
<!--To enable SSL support, some manual configuration must be done.
 
* As '''root''' user, install one dependency:
 
* As '''root''' user, install one dependency:
 
  yum -y install mod_ssl
 
  yum -y install mod_ssl
Line 16: Line 16:
 
  service znc restart
 
  service znc restart
 
* Access the web console via <nowiki>https://znc:26244</nowiki>
 
* Access the web console via <nowiki>https://znc:26244</nowiki>
* All connections with IRC clients will be SSL.
+
* All connections with IRC clients will be SSL.-->
  
  

Revision as of 03:24, 7 December 2010

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

NOTE: See ZNC Configuration for more guidance on customization.

IRC Client Setup

Coming soon...