mirror of
https://github.com/tnodir/fort
synced 2024-11-15 06:06:30 +00:00
NetUtil: Add "100.64.0.0/10" private IPv4 addresses.
This commit is contained in:
parent
5713681d93
commit
fd42670527
@ -101,13 +101,15 @@ QStringList NetUtil::localIpv4Networks()
|
||||
{
|
||||
static QStringList list = QStringList()
|
||||
<< "0.0.0.0/32" // non-routable meta-address
|
||||
<< "10.0.0.0/8"
|
||||
<< "100.64.0.0/10" // for carrier-grade NAT deployment
|
||||
<< "127.0.0.0/8" // Loopback
|
||||
<< "169.254.0.0/16" // if cannot obtain a network address via DHCP
|
||||
<< "172.16.0.0/12"
|
||||
<< "192.168.0.0/16"
|
||||
<< "239.255.255.250/32" // IP Multicast for DLNA/UPNP
|
||||
<< "255.255.255.255/32" // IP Broadcast
|
||||
<< "10.0.0.0/8"
|
||||
<< "127.0.0.0/8"
|
||||
<< "169.254.0.0/16"
|
||||
<< "172.16.0.0/12"
|
||||
<< "192.168.0.0/16";
|
||||
;
|
||||
|
||||
return list;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user