Commit 56bb7f2a authored by Bruce Momjian's avatar Bruce Momjian

Remove "all balls" mention of network address; change IPv6 address to ::/0.

parent fbcf4b92
...@@ -241,8 +241,8 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable> ...@@ -241,8 +241,8 @@ hostnossl <replaceable>database</replaceable> <replaceable>user</replaceable>
<literal>172.20.143.89/32</literal> for a single host, or <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>172.20.143.0/24</literal> for a small network, or
<literal>10.6.0.0/16</literal> for a larger one. <literal>10.6.0.0/16</literal> for a larger one.
<literal>0.0.0.0/0</literal> (<quote>all balls</>) represents all <literal>0.0.0.0/0</literal> represents all
IPv4 addresses, and <literal>::</literal> represents IPv4 addresses, and <literal>::/0</literal> represents
all IPv6 addresses. all IPv6 addresses.
To specify a single host, use a CIDR mask of 32 for IPv4 or 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. 128 for IPv6. In a network address, do not omit trailing zeroes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment