X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Fexample.conf;h=bbd61b9f102d0cb1f52fa23034a4aed7bee0bbf9;hb=dbb47eb3df54789d338f440dd7af4004eb0154b7;hp=c652d17343d537bedee64b87e61bcb82b74a5dff;hpb=da712d65837b082fadf38f7ef573a3b9476c1883;p=ircu2.10.12-pk.git diff --git a/doc/example.conf b/doc/example.conf index c652d17..bbd61b9 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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 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.