Add '6' to server options when compiled with IPv6 support (and related
[ircu2.10.12-pk.git] / doc / example.conf
index 65060969a67f2a64239e7de058b58fb173e80e1d..8538096a88f5c63182795fb03ed281e147670564 100644 (file)
@@ -692,14 +692,14 @@ Port {
 Port { port = 6667; };
 Port { port = 6668; };
 Port {
+ # This only accepts clients with IPs like 192.168.*.
  mask = "192.168.*";
  port = 6666;
 };
 
-# This is a hidden client port, listening on the interface associated
-# with the IP address 168.8.21.107
+# This is a hidden client port, listening on 168.8.21.107.
 Port {
mask = "168.8.21.107";
vhost = "168.8.21.107";
  hidden = yes;
  port = 7000;
 };