mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 13:53:12 +02:00
- Doc updates (SSL/stunnel example was wrong)
This commit is contained in:
@@ -1958,3 +1958,4 @@ seen. gmtime warning still there
|
||||
- Fixed /setident bug
|
||||
*** beta15 release **
|
||||
- Fixed a problem with modules not loading when #undef STRIPBADWORDS
|
||||
- Doc updates (SSL/stunnel example was wrong)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2</font><br>
|
||||
<strong>Current Version:</strong> 3.2 Beta15<br>
|
||||
<strong>Last doc update:</strong> 2003-03-02 </div>
|
||||
<strong>Last doc update:</strong> 2003-03-04 </div>
|
||||
<strong>Head Coders:</strong> Stskeeps / Codemastr / Luke / McSkaf / Syzop<br>
|
||||
<strong>Contributors:</strong> Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
<strong>Documentation:</strong> CKnight^ / Syzop<br>
|
||||
@@ -241,6 +241,7 @@
|
||||
<p>For all other clients which don't support SSL (like mIRC) you can use a tunnel like
|
||||
<A HREF="http://www.stunnel.org/" TARGET="_blank">stunnel</A>, here's a stunnel.conf example (for stunnel 4.x):<br>
|
||||
<pre>
|
||||
client = yes
|
||||
[irc]
|
||||
accept = 127.0.0.1:6667
|
||||
connect = irc.myserv.com:6900
|
||||
|
||||
Reference in New Issue
Block a user