Fix CGN subnet mask
This commit is contained in:
@@ -624,7 +624,7 @@ static bool isPrivateNetworkAddressV4(struct sockaddr_in* address, bool matchCGN
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// 100.64.0.0/10
|
// 100.64.0.0/10
|
||||||
else if (matchCGN && (addr & 0xFFFC0000) == 0x64400000) {
|
else if (matchCGN && (addr & 0xFFC00000) == 0x64400000) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user