use nginx proxi

This commit is contained in:
Lamp 2020-04-08 14:53:23 -07:00 committed by GitHub
parent 28929d47bb
commit dd4ec17ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ global.createMPPbridge = function createMPPbridge(room, DiscordChannelID, site =
const gClient =
site == "MPP" ? new Client("ws://530s.gq:28886") :
site == "MPP" ? new Client("ws://530s.gq/mpp-proxy") :
site == "WOPP" ? new Client("wss://piano.ourworldofpixels.com") :
site == "MPT" ? new Client("wss://ts.terrium.net:8443") :
site == "VFDP" ? new Client("ws://www.visualfiredev.com:8080") :