feature: add per server edns-client-subnet support

This commit is contained in:
Nick Peng
2023-04-08 22:14:52 +08:00
parent 0f68f0c11d
commit 0947a8dcab
13 changed files with 672 additions and 64 deletions

View File

@@ -20,8 +20,8 @@
#define _SMART_DNS_SERVER_H
#include "dns.h"
#include <stdint.h>
#include "dns_client.h"
#include <stdint.h>
#ifdef __cplusplus
extern "C" {