2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

HttpUtils.pm: add HttpUtils_clearDnsCache (Forum #127464)

git-svn-id: https://svn.fhem.de/fhem/trunk@26007 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-04-30 18:12:02 +00:00
parent 985b7dfd61
commit 8f54e75a26

View File

@ -155,6 +155,12 @@ HttpUtils_dumpDnsCache()
return join("\n", @ret);
}
sub
HttpUtils_clearDnsCache()
{
%HU_dnsCache = ();
}
sub
HttpUtils_dnsParse($$$)
{