feature: default interface and basic start
This commit is contained in:
6
include/dns.h
Normal file
6
include/dns.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
int dns_lookup(char *ip_addr, char *hostname, struct sockaddr_in *addr_con);
|
||||
int reverse_dns_lookup(char *ip_addr, char *host);
|
Reference in New Issue
Block a user