ADD EDNS check feature, TCP server bugfix
This commit is contained in:
@@ -17,6 +17,7 @@ typedef enum dns_result_type {
|
||||
} dns_result_type;
|
||||
|
||||
#define DNSSERVER_FLAG_BLACKLIST_IP (0x1 << 0)
|
||||
#define DNSSERVER_FLAG_CHECK_EDNS (0x1 << 1)
|
||||
|
||||
int dns_client_init(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user