Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56bb7f2

Browse files
committed
Remove "all balls" mention of network address; change IPv6 address to ::/0.
1 parent fbcf4b9 commit 56bb7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
241241
<literal>172.20.143.89/32</literal> for a single host, or
242242
<literal>172.20.143.0/24</literal> for a small network, or
243243
<literal>10.6.0.0/16</literal> for a larger one.
244-
<literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all
245-
IPv4 addresses, and <literal>::</literal> represents
244+
<literal>0.0.0.0/0</literal> represents all
245+
IPv4 addresses, and <literal>::/0</literal> represents
246246
all IPv6 addresses.
247247
To specify a single host, use a CIDR mask of 32 for IPv4 or
248248
128 for IPv6. In a network address, do not omit trailing zeroes.

0 commit comments

Comments
 (0)