diff --git a/doc/example.conf b/doc/example.conf index 96ed0be..af840b7 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -57,13 +57,6 @@ serverinfo { helpurl = "http://www.mynet.net/help"; hub = yes; - /* On multi-homed hosts you may need the following. These define - * the addresses we connect from to other servers. */ - /* for IPv4 */ - #vhost = "192.169.0.1"; - /* for IPv6 */ - #vhost6 = "3ffe:80e8:546::2"; - /* ssl_private_key: our ssl private key */ ssl_private_key = "etc/ssl.key"; diff --git a/doc/reference.charybdis.conf b/doc/reference.charybdis.conf index e7cd5dc..f79afac 100755 --- a/doc/reference.charybdis.conf +++ b/doc/reference.charybdis.conf @@ -159,16 +159,6 @@ serverinfo { */ hub = no; - /* vhost: the IP to bind to when we connect outward to ipv4 servers. - * This should be an ipv4 IP only. - */ - #vhost = "192.169.0.1"; - - /* vhost6: the IP to bind to when we connect outward to ipv6 servers. - * This should be an ipv6 IP only. - */ - #vhost6 = "3ffe:80e8:546::2"; - /* ssl_private_key: our ssl private key */ ssl_private_key = "etc/ssl.key"; diff --git a/doc/reference.conf b/doc/reference.conf index b23bbd1..4331708 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -155,16 +155,6 @@ serverinfo { */ hub = no; - /* vhost: the IP to bind to when we connect outward to ipv4 servers. - * This should be an ipv4 IP only. - */ - #vhost = "192.169.0.1"; - - /* vhost6: the IP to bind to when we connect outward to ipv6 servers. - * This should be an ipv6 IP only. - */ - #vhost6 = "3ffe:80e8:546::2"; - /* ssl_private_key: our ssl private key */ ssl_private_key = "etc/ssl.key";