released :P

This commit is contained in:
Pari Malam
2026-06-15 19:27:01 +08:00
parent bdfb40b130
commit d5e3b0a38a
3 changed files with 9 additions and 0 deletions
+9
View File
@@ -313,3 +313,12 @@ Streams are accessible via playlist format. The `-plstreamname` flag controls th
- VOD downloader mode (`-manifest`) downloads, converts, and exits it does not start the server.
- Script accounts use the format: `user=join@mail.com password=mypassword device=123456 pin=1234`
- Proxy support: `http://user:pass@ip:port` and `socks5://user:pass@ip:port`
---
## Further Reading
| Document | Description |
|----------|-------------|
| [API.md](API.md) | Complete REST API reference all endpoints, methods, and auth details |
| [RE.md](RE.md) | Reverse engineering notes frontend deobfuscation analysis, Vue component map, config schema, and TODO
View File
View File