Skip to content

Commit

Permalink
Merge pull request #9 from YGGverse/yggdrasil-masters
Browse files Browse the repository at this point in the history
define additional yggdrasil master servers
  • Loading branch information
d47081 authored Jan 17, 2024
2 parents 40041e3 + 6f24fda commit 34005a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/common/masterlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,5 +420,10 @@ void NET_InitMasters( void )
// keep main master always there
NET_AddMaster( MASTERSERVER_ADR, false );
NET_AddMaster( MASTERSERVER_ADR_TEST, false );

// additional yggdrasil masters
NET_AddMaster( "[201:5eb5:f061:678e:7565:6338:c02c:5251]:27010", false ); // by YGGverse
NET_AddMaster( "[200:eaff:7fab:181b:dba8:1f83:1e5:d07b]:27010", false ); // by Skunky

NET_LoadMasters( );
}

0 comments on commit 34005a1

Please # to comment.