Skip to content

Commit

Permalink
Update sweatbox servers
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck authored Sep 25, 2024
1 parent bd53a61 commit e6e47fa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/fsdservers/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ var (
Sweatbox: false,
}

UKSweatbox = FSDServer{
PrimarySweatbox = FSDServer{
Identifier: "SWEATBOX",
Hostname: "209.97.133.228",
Location: "London, UK",
Hostname: "165.227.98.205",
Location: "New York, USA",
Name: "SWEATBOX",
ConnectableInt: 1,
Connectable: true,
Sweatbox: true,
}

USASweatbox = FSDServer{
SecondarySweatbox = FSDServer{
Identifier: "SWEATBOX-2",
Hostname: "45.55.54.56",
Location: "New York, USA",
Expand All @@ -43,16 +43,16 @@ var (

AllServers = []FSDServer{
Automatic,
UKSweatbox,
USASweatbox,
PrimarySweatbox,
SecondarySweatbox,
}

LiveServers = []FSDServer{
Automatic,
}

SweatboxServers = []FSDServer{
UKSweatbox,
USASweatbox,
PrimarySweatbox,
SecondarySweatbox,
}
)

0 comments on commit e6e47fa

Please sign in to comment.