mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
,
This commit is contained in:
@@ -12,9 +12,21 @@ window.addEventListener('load', () => {
|
||||
{ addr: 'wss://play.brickmc.net', name: 'BrickMC' },
|
||||
],
|
||||
relays: [
|
||||
{ addr: 'wss://relay.deev.is/', comment: 'lax1dude relay #1', primary: relayId === 0 },
|
||||
{ addr: 'wss://relay.lax1dude.net/', comment: 'lax1dude relay #2', primary: relayId === 1 },
|
||||
{ addr: 'wss://relay.shhnowisnottheti.me/', comment: 'ayunami relay #1', primary: relayId === 2 },
|
||||
{
|
||||
addr: 'wss://relay.deev.is/',
|
||||
comment: 'lax1dude relay #1',
|
||||
primary: relayId === 0,
|
||||
},
|
||||
{
|
||||
addr: 'wss://relay.lax1dude.net/',
|
||||
comment: 'lax1dude relay #2',
|
||||
primary: relayId === 1,
|
||||
},
|
||||
{
|
||||
addr: 'wss://relay.shhnowisnottheti.me/',
|
||||
comment: 'ayunami relay #1',
|
||||
primary: relayId === 2,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user