RESTRICTED_SERVERS
while ((s = strsep(&args, ",")) != NULL && i < RESTRICTED_SERVERS) {
static struct in_addr restricted_addrs[RESTRICTED_SERVERS];
for (i = 0; i < RESTRICTED_SERVERS; i++)