@@ -380,8 +380,8 @@ static int ip_is_reserved(struct in_addr *ip)
break;
}
/* 100-113/8 is IANA reserved */
if(i1>=100&&i1<=113)
/* 100-111/8 is IANA reserved */
if(i1>=100&&i1<=111)
return1;
/* 172.16.0.0/12 is reserved for private nets by RFC1819 */
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.