Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a1bb5a4

Browse files
committed
Document how listen_addresses can do only IPv4 or IPv6.
1 parent 30e8b3e commit a1bb5a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/config.sgml

+3-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ SET ENABLE_SEQSCAN TO OFF;
324324
to listen for connections from client applications.
325325
The value takes the form of a comma-separated list of host names
326326
and/or numeric IP addresses. The special entry <literal>*</>
327-
corresponds to all available IP interfaces.
327+
corresponds to all available IP interfaces. The entry
328+
<literal>0.0.0.0</> allows listening for all IPv4 addresses and
329+
<literal>::</> allows listening for all IPv6 addresses.
328330
If the list is empty, the server does not listen on any IP interface
329331
at all, in which case only Unix-domain sockets can be used to connect
330332
to it.

0 commit comments

Comments
 (0)