Moved dns announce related stuff into newsettings

This commit is contained in:
2021-12-29 15:12:29 +01:00
parent e1066f4eae
commit 47233e5ad6
7 changed files with 88 additions and 87 deletions

View File

@@ -24,12 +24,6 @@ bool simplified =
#endif
;
#ifdef FEATURE_DNS_NS
std::string dns_lastIpAddress_v4 = "";
std::string dns_lastIpAddress_v6 = "";
std::string dns_lastIpAddress_v6_global = "";
#endif
Settings settings;
StringSettings stringSettings;
SettingsPersister settingsPersister;