File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -656,10 +656,15 @@ include_dir 'conf.d'
656
656
<literal>::</literal> allows listening for all IPv6 addresses.
657
657
If the list is empty, the server does not listen on any IP interface
658
658
at all, in which case only Unix-domain sockets can be used to connect
659
- to it.
659
+ to it. If the list is not empty, the server will start if it
660
+ can listen on at least one TCP/IP address. A warning will be
661
+ emitted for any TCP/IP address which cannot be opened.
660
662
The default value is <systemitem class="systemname">localhost</systemitem>,
661
663
which allows only local TCP/IP <quote>loopback</quote> connections to be
662
- made. While client authentication (<xref
664
+ made.
665
+ </para>
666
+ <para>
667
+ While client authentication (<xref
663
668
linkend="client-authentication"/>) allows fine-grained control
664
669
over who can access the server, <varname>listen_addresses</varname>
665
670
controls which interfaces accept connection attempts, which
You can’t perform that action at this time.
0 commit comments