From 19bcae4b1a639537f447460df76219459f33caaa Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 31 Jul 2022 19:52:23 +0200 Subject: Init SyncPlay Signed-off-by: Georg Pfuetzenreuter --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd1c0cd --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Resources powering the `lysergic.media` SyncPlay instance. + +#### Proxy: +The proxy removes the superfluous STARTTLS message in order for stunnel to terminate the TLS connection. + +SyncPlay Client -> syncplay-proxy (lysergic.media:8999) -> stunnel (TLS [::1]:8997) -> syncplay (PLAIN [::1]:8998) + +#### Bridge: +The bridge relays chat messages between SyncPlay and IRC. -- cgit v1.2.3