dns_conf: support relative path for dnsmasq-lease-file

This commit is contained in:
Nick Peng
2022-08-28 10:22:14 +08:00
parent 83c8105312
commit f659cf3725
3 changed files with 37 additions and 5 deletions

View File

@@ -160,4 +160,6 @@ void load_exit(void);
const char *conf_get_conf_file(void);
const char *conf_get_conf_fullpath(const char *path, char *fullpath, size_t path_len);
#endif // !_GENERIC_CONF_H