server: fix some typo and support auto set cache size

This commit is contained in:
Nick Peng
2023-03-21 21:06:32 +08:00
parent bf68385d0e
commit 4f2867b7f4
14 changed files with 121 additions and 42 deletions

View File

@@ -30,7 +30,7 @@
#include "proxy.h"
#include "radix.h"
#ifdef __cpluscplus
#ifdef __cplusplus
extern "C" {
#endif
@@ -503,7 +503,7 @@ int dns_server_check_update_hosts(void);
struct dns_proxy_names *dns_server_get_proxy_nams(const char *proxyname);
extern int config_additional_file(void *data, int argc, char *argv[]);
#ifdef __cpluscplus
#ifdef __cplusplus
}
#endif
#endif // !_DNS_CONF