Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41f89e3

Browse files
committed
Document the purpose of the GUC listen_addresses.
1 parent35a173a commit41f89e3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.229 2009/09/22 23:43:37 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.230 2009/10/03 23:10:47 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -329,8 +329,14 @@ SET ENABLE_SEQSCAN TO OFF;
329329
at all, in which case only Unix-domain sockets can be used to connect
330330
to it.
331331
The default value is <systemitem class="systemname">localhost</>,
332-
which allows only local <quote>loopback</> connections to be made.
333-
This parameter can only be set at server start.
332+
which allows only local <quote>loopback</> connections to be
333+
made. While client authentication (<xref
334+
linkend="client-authentication">) allows fine-grained control
335+
over who can access the server, <varname>listen_addresses</varname>
336+
controls which interfaces accept connection attempts, which
337+
can help prevent repeated malicious connection requests on
338+
insecure network interfaces. This parameter can only be set
339+
at server start.
334340
</para>
335341
</listitem>
336342
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp