From 3e3ea36f866d36e16db83d648d72dea05c4e56a5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 11 Sep 2014 15:05:25 +0100 Subject: [PATCH] Do not claim that '*' resolves to INADDR_ANY on all OSs Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72296 --- doc/dbus-daemon.1.xml.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/dbus-daemon.1.xml.in b/doc/dbus-daemon.1.xml.in index 7b7f4a1..181a97d 100644 --- a/doc/dbus-daemon.1.xml.in +++ b/doc/dbus-daemon.1.xml.in @@ -396,12 +396,14 @@ DBUS_SESSION_BUS_ADDRESS is set. used in a listenable address to configure the interface on which the server will listen: either the hostname is the IP address of one of the local machine's interfaces (most commonly 127.0.0.1), -or a DNS name that resolves to one of those IP addresses, or '*' -to listen on all interfaces simultaneously. If not specified, +a DNS name that resolves to one of those IP addresses, '0.0.0.0' +to listen on all IPv4 interfaces simultaneously, or '::' +to listen on all IPv4 and IPv6 interfaces simultaneously (if supported +by the OS). If not specified, the default is the same value as "host". -Example: <listen>tcp:host=localhost,bind=*,port=0</listen> +Example: <listen>tcp:host=localhost,bind=0.0.0.0,port=0</listen> -- 2.1.0