talk-recording: adjust listen address back to 0.0.0.0 as talk-recording listen address does not officially support ipv6 yet

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-06-03 13:32:04 +02:00
parent f28b2a7c1e
commit dc69f69e74
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ if [ "$AIO_LOG_LEVEL" = 'debug' ]; then
set -x
fi
nc -z 127.0.0.1 1234 || nc -z ::1 1234 || exit 1
nc -z 127.0.0.1 1234 || exit 1