mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Make some more fixes to prod
This commit is contained in:
parent
69bee64a59
commit
da336b3ea8
6 changed files with 90 additions and 28 deletions
|
@ -24,6 +24,6 @@
|
|||
*/
|
||||
bool IsTestnetIp(uint32_t x) {
|
||||
return (((x & 0xFFFFFF00u) == 0xC0000200u) /* 192.0.2.0/24 */ ||
|
||||
((x & 0xFFFFFF00u) == 0xC0000200u) /* 198.51.100.0/24 */ ||
|
||||
((x & 0xFFFFFF00u) == 0x0c6336400) /* 198.51.100.0/24 */ ||
|
||||
((x & 0xFFFFFF00u) == 0xCB007100u) /* 203.0.113.0/24 */);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue