clean: remove dns lookup

This commit is contained in:
2025-11-19 08:11:46 -06:00
parent 5da4efc3e8
commit 3c66cc9884
3 changed files with 1 additions and 19 deletions

View File

@@ -7,5 +7,4 @@ struct hostenv {
char ipstr[INET_ADDRSTRLEN];
struct sockaddr_in ip;
char *hostname;
char reverse_dns[NI_MAXHOST];
};