added Rusty Checker

This commit is contained in:
Luxferre
2026-01-30 11:57:46 +02:00
parent 397241cb44
commit ac54a72732
3 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ case "$ACTION" in
start)
while :; do
[ -z "$1" ] && break
PORT_OPTS="$PORT_OPTS -R :$1:localhost:$1"
PORT_OPTS="$PORT_OPTS -R 0.0.0.0:$1:localhost:$1"
shift
done
MISC_OPTS="-o ServerAliveInterval=60 -o ServerAliveCountMax=15"