The three helpers hard-coded port 80. Most web traffic is HTTPS now, so
counting port 80 alone misses most of it. With no argument they now
match 80 and 443 together; passing one or more ports narrows them to
those (`con80 8080 8443`).
http20 also moves -c before the filter expression, since BSD getopt
stops at the first non-option argument.
BREAKING CHANGE: con80, req20 and http20 now include port 443 by
default. Pass the port explicitly (`con80 80`) to get the old behavior.
Closes#14114
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* Added a README file for the systemadmin plugin
* Updated formatting of Functions table and split it into
"named" and "unnamed" functions for clarity
* Fixed issue with '|' characters in table by adding them in
<code> stateuents </code>
* Added \ escape characters in front of | characters