- Ajout de la cmd tulpn

This commit is contained in:
Frogg 2026-05-08 22:08:24 +02:00
parent db2140c073
commit 1f53697bdb
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ CMD_LIST_CONFIG_JSON=$(cat <<EOF
{"label": "Display loaded functions", "cmd": "declare -F"}
]
},
{
"section": "NETWORK DEBUG",
"items": [
{"label": "Port debug", "cmd": "ss -tulpn | grep {port_number}}"}
]
},
{
"section": "SYSTEM DEBUG",
"items": [