Improve support for IPv4 vs IPv6 virtual hosts (fixes SF bugs #1087699, #1087668).
[ircu2.10.12-pk.git] / doc / example.conf
index c652d17343d537bedee64b87e61bcb82b74a5dff..bbd61b9f102d0cb1f52fa23034a4aed7bee0bbf9 100644 (file)
@@ -52,8 +52,8 @@
 # First some information about the server.
 # General {
 #         name = "servername";
-#         vhost = "virtualhost";
-#         resolver = "ipaddress";
+#         vhost = "ipv4vhost";
+#         vhost = "ipv6vhost";
 #         description = "description";
 #         numeric = numericnumber;
 # };
@@ -65,8 +65,9 @@
 # override it.  See Port{} for listener virtual hosting.  If in doubt,
 # leave it out.
 #
-# You may need to specify the resolver address if your compile
-# defaults to using IPv6 but your resolvers are all IPv4 hosts.
+# You may specify both an IPv4 virtual host and an IPv6 virtual host,
+# to indicate which address should be used for outbound connections
+# of the respective type.
 #
 # Note that <server numeric> has to be unique on the network your server
 # is running on, must be between 0 and 4095, and is not updated on a rehash.