Temporary Disable S2S

Server to server connection is not working currently due to socks proxy issues #1
This commit is contained in:
grugel-maintro 2022-08-23 17:42:10 +00:00 committed by GitHub
parent bb507e310c
commit 08dbb762b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,5 +51,5 @@ modules_enabled = {
modules_disabled = { modules_disabled = {
-- "offline"; -- Store offline messages -- "offline"; -- Store offline messages
-- "c2s"; -- Handle client connections -- "c2s"; -- Handle client connections
-- "s2s"; -- Handle server-to-server connections "s2s"; -- Handle server-to-server connections
}; };