mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
HttpUtils.pm: add HttpUtils_clearDnsCache (Forum #127464)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@26007 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
493f5d0fef
commit
23e064161f
@ -155,6 +155,12 @@ HttpUtils_dumpDnsCache()
|
|||||||
return join("\n", @ret);
|
return join("\n", @ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub
|
||||||
|
HttpUtils_clearDnsCache()
|
||||||
|
{
|
||||||
|
%HU_dnsCache = ();
|
||||||
|
}
|
||||||
|
|
||||||
sub
|
sub
|
||||||
HttpUtils_dnsParse($$$)
|
HttpUtils_dnsParse($$$)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user