add: reverse dns

This commit is contained in:
2025-10-31 07:19:12 -05:00
parent e2a082a5e1
commit c6503f157a
4 changed files with 42 additions and 7 deletions

View File

@@ -5,4 +5,5 @@
struct host {
char ip[INET_ADDRSTRLEN];
char *hostname;
char *reverse_dns;
};