mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 09:13:12 +02:00
- Minor documentation typos, thanks warg (#4094).
This commit is contained in:
@@ -2398,3 +2398,4 @@
|
||||
speed improvement. However, if you have a couple of 500+ user channels or get
|
||||
attacked by clones then you may see some improvement in speed and/or lower
|
||||
CPU usage.
|
||||
- Minor documentation typos, thanks warg (#4094).
|
||||
|
||||
@@ -245,7 +245,7 @@ because otherwise you will not understand concepts such as 'cloaking', 'snomasks
|
||||
<p>A cloaked host is generated by a cloaking module (you are required to have one loaded), currently there's only 1 module included:<br>
|
||||
<b>cloak:</b> This is the official cloaking module since 3.2.1, it is much more secure than the old
|
||||
algorithm, it uses md5 internally and requires you to have 3 set::cloak-keys:: consisting of mixed lowercase (a-z),
|
||||
uppercase (A-Z) and digit (0-9) charachters [eg: "AopAS6WQH2Os6hfosh4SFJHs"]. See example.conf for an example.<br>
|
||||
uppercase (A-Z) and digit (0-9) characters [eg: "AopAS6WQH2Os6hfosh4SFJHs"]. See example.conf for an example.<br>
|
||||
<p>Cloak keys MUST be the same on ALL SERVERS in a network. Also cloak keys should be kept SECRET
|
||||
because it's possible to decode the original host if you know the keys (which makes umode +x useless).</p>
|
||||
<p>Hint: If you are on *NIX and have to create new cloak keys, you can run './unreal gencloak'
|
||||
@@ -337,7 +337,7 @@ because otherwise you will not understand concepts such as 'cloaking', 'snomasks
|
||||
If you then connect to 127.0.0.1 port 6667, your traffic will be encrypted and forwarded to irc.myserv.com
|
||||
port 6697 (an SSL port).</p>
|
||||
<p>You should also validate certificates when you connect to servers and not blindly accept them (like in the stunnel example)
|
||||
else you are still vulnerable to "active sniffing" attacks (ssl redirects), that's however too offtopic
|
||||
else you are still vulnerable to "active sniffing" attacks (ssl redirects), that's however too off-topic
|
||||
to explain here (learn about SSL, don't ask us). [mIRC and xchat pop up a window asking you to allow/reject a certificate,
|
||||
so that's good].</p></div>
|
||||
<p><font size="+2"><b>3.9 - IPv6</b></font><a name="feature_ipv6"></a></p><div class="desc">
|
||||
|
||||
Reference in New Issue
Block a user