diff options
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. |