diff options
author | Georg Pfuetzenreuter | 2022-07-31 19:52:23 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-07-31 19:52:23 +0200 |
commit | 19bcae4b1a639537f447460df76219459f33caaa (patch) | |
tree | 4719811d11f55482f31e6ce3105d309bea5897fe /README.md | |
download | syncplay-master.tar.gz syncplay-master.tar.bz2 syncplay-master.zip |
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. |