mirror of
https://github.com/becarpenter/book6.git
synced 2024-05-07 02:54:53 +00:00
added some infos on IPv4 vs IPv6 loopback
This commit is contained in:
@ -60,7 +60,9 @@ https://[2001:db8:4006:80b::200e]:443
|
||||
|
||||
The unspecified IPv6 address is simply zero, represented as `::`.
|
||||
|
||||
The loopback IPv6 address is 1, represented as `::1`.
|
||||
The loopback IPv6 address is 1, represented as `::1`. Note that IPv6 only has
|
||||
one looback address whereas IPv4 has `127.0.0.0/8` reserved for looback
|
||||
addressing.
|
||||
|
||||
### Routeable unicast addresses
|
||||
|
||||
|
Reference in New Issue
Block a user