From 2ae2e427a89273e46d71c7c4773d34980aec2416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Kevvai?= Date: Wed, 12 Feb 2025 20:56:52 +0200 Subject: [PATCH] Testing info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 749255c..73d7e49 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,11 @@ Broadcast custom Jellyfin server address for local Jellyfin Apple TV client Copy `sample.env` to `.env` and update values. Run with `docker compose up -d` + +## Test + +See if it responds to broadcast messages + +```sh +echo -n 'Who is JellyfinServer?' | socat - udp-datagram:255.255.255.255:7359,broadcast +```