8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a37900 commit a7136b7Copy full SHA for a7136b7
doc/src/sgml/client-auth.sgml
@@ -241,7 +241,9 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
241
<literal>172.20.143.89/32</literal> for a single host, or
242
<literal>172.20.143.0/24</literal> for a small network, or
243
<literal>10.6.0.0/16</literal> for a larger one.
244
- <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
245
+ IPv4 addresses, and <literal>::</literal> represents
246
+ all IPv6 addresses.
247
To specify a single host, use a CIDR mask of 32 for IPv4 or
248
128 for IPv6. In a network address, do not omit trailing zeroes.
249
</para>
0 commit comments