summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-14 16:22:29 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-14 16:22:29 +0000
commita3720495e19fe1628a036376a03964f4e8421a22 (patch)
tree4680626ad0b82967a26f71d687f455d45932dc94
parentf08e4a94e46dbbb64e2f29a8147355355e572108 (diff)
Add reference to wiki CIDR tutorial in <cidr> docs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10022 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--conf/inspircd.conf.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index 4ded58e6e..4e82a152a 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -351,7 +351,9 @@
# connect in the IP range 192.168.1.0-192.168.1.255, and ipv4clone #
# was set to '24', the third connection would be disconnected. #
# #
-# Valid values are 0-32, but you *don't* want 0. #
+# Valid values are 0-32, but you *don't* want 0. Using values which #
+# are not multiples of 8 can give confusing behaviour. #
+# For more info, see: http://www.inspircd.org/wiki/CIDR_Tutorial #
# #
# ipv6clone works in the same way, except for ipv6 addresses. Valid #
# range is 0-128, but you *don't* want anything too small. #