Bug #3904
closedFirewall Log widget generates a load of HTML code when Reverse DNS resolution is clicked
0%
Description
As per this forum report by chpalmer:
https://forum.pfsense.org/index.php?topic=82254.0
The version from 2.1 branch on Jun 17 works:
[url]https://github.com/pfsense/pfsense/commit/ee4ba9fba1f9d49396f3a4882a3239a83c5036d6[/url]
Later versions have had support for $GET changed and then removed. So it no longer works for diag_dns.php to be directly called like it is in the Firewall Log Widget.
My guess is that this functionality has to also be removed from the Firewall Log dashboard widget - log.widget.php - since it seems that the ability to easily call diag_dns.php to do an automatic reverse lookup has been removed.
But maybe $POST can be used here and the functionality preserved?
I'm sure someone who knows what functions were intended to be dropped from the diag_dns.php code can work out the corresponding thing to do with log.widget.php
This issue is in both 2.1.n branch and 2.2-BETA