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 @@ -635,10 +635,15 @@ include_dir 'conf.d'
635
635
<literal>::</literal> allows listening for all IPv6 addresses.
636
636
If the list is empty, the server does not listen on any IP interface
637
637
at all, in which case only Unix-domain sockets can be used to connect
638
- to it.
638
+ to it. If the list is not empty, the server will start if it
639
+ can listen on at least one TCP/IP address. A warning will be
640
+ emitted for any TCP/IP address which cannot be opened.
639
641
The default value is <systemitem class="systemname">localhost</systemitem>,
640
642
which allows only local TCP/IP <quote>loopback</quote> connections to be
641
- made. While client authentication (<xref
643
+ made.
644
+ </para>
645
+ <para>
646
+ While client authentication (<xref
642
647
linkend="client-authentication"/>) allows fine-grained control
643
648
over who can access the server, <varname>listen_addresses</varname>
644
649
controls which interfaces accept connection attempts, which
You can’t perform that action at this time.
0 commit comments