mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Document the all-balls IPv6 address.
This commit is contained in:
parent
7a37900443
commit
a7136b7fa2
@ -241,7 +241,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
|
||||
<literal>172.20.143.89/32</literal> for a single host, or
|
||||
<literal>172.20.143.0/24</literal> for a small network, or
|
||||
<literal>10.6.0.0/16</literal> for a larger one.
|
||||
<literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all addresses.
|
||||
<literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all
|
||||
IPv4 addresses, and <literal>::</literal> represents
|
||||
all IPv6 addresses.
|
||||
To specify a single host, use a CIDR mask of 32 for IPv4 or
|
||||
128 for IPv6. In a network address, do not omit trailing zeroes.
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user