- ajout de commandes en plus
This commit is contained in:
parent
5cdf53571e
commit
b0cdbb8a3e
|
|
@ -43,7 +43,8 @@ CMD_LIST_CONFIG_JSON=$(cat <<EOF
|
|||
{
|
||||
"section": "NETWORK DEBUG",
|
||||
"items": [
|
||||
{"label": "Port debug", "cmd": "ss -tulpn | grep {port_number}}"},
|
||||
{"label": "Port debug", "cmd": "ss -tulnw | column -t"},
|
||||
{"label": "Port tcp opened ext", "cmd": "ss -tlnw | grep -v -E '(127\.0\.0\.1|::1)' | column -t"},
|
||||
{"label": "Unlock 1024 port for not Root user", "cmd": "setcap 'cap_net_bind_service=+ep' /usr/lib/jellyfin/bin/jellyfin"}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue