Feature #13821
closed[New package] - DNS Leak Test
0%
Description
I've developed a package that I would like to be made available for other to install via the Package Manager.
I've setup and tested that my current code can install correctly in the GUI using 'make install', so I believe pfSense-pkg-DNSleaktest is ready for review.
The package adds "DNSleaktest" under the "Diagnostics" category. It currently passes the portlint and make install tests for me in my environment.
I will create a pull request after applying the changes to my fork of pfSense/FreeBSD-ports devel branch. I will update this request with the PR information once the PR is created.
Updated by Luis Moraguez over 2 years ago
PR Submitted -> https://github.com/pfsense/FreeBSD-ports/pull/1211
Updated by Jim Pingle over 2 years ago
- Status changed from New to Rejected
This is not a useful test compared to testing from a client behind the firewall where it matters more.
Furthermore, the way it's implemented is insecure and introduces remote command injection vectors because it isn't validating or sanitizing/escaping its inputs.
Even if those issues were corrected, however, this isn't something we're open to considering for inclusion at this time.