@@ -281,7 +281,7 @@ dns_write(int fd, int id, char *buf, int len)
strncpy(d,topdomain,strlen(topdomain)+1);
printf("Resolving %s\n",data);
dns_query(fd,id,data,T_A);
dns_query(fd,id,data,T_NULL);
returnavail;
}
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.