mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
Update unbound.inc
192.254 is a legal IPv4 range. 169.254 is the correct private IPv4 address space. Moved the order of the private address.
This commit is contained in:
parent
4cb5b90026
commit
6c87cd42f7
@ -135,11 +135,11 @@ private-address: 0.0.0.0/8 # Broadcast address
|
||||
private-address: 10.0.0.0/8
|
||||
private-address: 100.64.0.0/10
|
||||
private-address: 127.0.0.0/8 # Loopback Localhost
|
||||
private-address: 169.254.0.0/16
|
||||
private-address: 172.16.0.0/12
|
||||
private-address: 192.0.0.0/24 # IANA IPv4 special purpose net
|
||||
private-address: 192.0.2.0/24 # Documentation network TEST-NET
|
||||
private-address: 192.168.0.0/16
|
||||
private-address: 192.254.0.0/16
|
||||
private-address: 198.18.0.0/15 # Used for testing inter-network communications
|
||||
private-address: 198.51.100.0/24 # Documentation network TEST-NET-2
|
||||
private-address: 203.0.113.0/24 # Documentation network TEST-NET-3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user