luci-mod-status: add simple filtering for connections
authorMiguel Angel Mulero Martinez <migmul@gmail.com>
Mon, 23 Dec 2024 15:17:29 +0000 (16:17 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Fri, 27 Dec 2024 22:59:03 +0000 (22:59 +0000)
commit6404f3a300ddd3b97e9d083ede856fe33391e2fa
tree315b70ef8f5839e21c8a73310060d3023b422320
parent235ec08a6aca5c3d7349e56c577d223e23f6e9e2
luci-mod-status: add simple filtering for connections

This commit adds a simple filtering input text into the connections status page. You can type some filtering like:
- '100.15' -> Will show only connections that include this '100.15' onto the IP.
- 'UDP 100.15' -> Will show only UDP connections that include this '100.15' onto the IP.
- ':443' -> Will show only connections that use the port 443 as source or destination.

You can use a part of the IP or part of the name if the DNS resolution button is enabled.

It's a very simple filter that can grow in the future if it deserves some interest, maybe adding some regular expression support.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js