From 1bf9e8a19d7d352af6c15919b1f73e54c8b9b4ab Mon Sep 17 00:00:00 2001 From: Jan Wachsmuth Date: Sun, 18 Feb 2024 23:52:07 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d93b5d7..c13bbc6 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,6 @@ When the device reboots, any changes in ramfs are lost, however there is a way t ## Allow own shell scripts in cgi-bin By default the cgi-bin directory is read-only, but there is a way to make it writable to be able to install own shell scripts on the device. See [Allow own shell scripts in cgi-bin](/cgi-bin.md) + +## Discover undocumented commands +By sniffing the communication between the 4steam app and the player, you may find new commands that are not documented so far. See [Sniff TLS communication between 4Stream app an player](/sniff-tls.md)