Skip to content

Commit

Permalink
replace fqdn in joinUrls with direct IP's
Browse files Browse the repository at this point in the history
seems to work better with the steam connect protocol
  • Loading branch information
Techbot121 committed Jun 4, 2024
1 parent 4b1510d commit 7eae5e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const redirects = {
};
const joinURLs = {
// This is separate from config.gameservers, apparently
eu1: "g1.metastruct.net:27015",
eu2: "g2.metastruct.net:27015",
us1: "g3.metastruct.net:27015",
eu1: "195.154.166.219:27015",
eu2: "176.9.65.121:27015",
us1: "66.42.103.116:27015",
hl2coop: "94.23.170.2:27016",
hl2dm: "94.23.170.2:27015",
};
Expand Down

0 comments on commit 7eae5e4

Please sign in to comment.