Add region tld

This commit is contained in:
SaltySnail
2026-06-23 02:38:02 +02:00
parent 92381aa048
commit 52e607cf2c
7 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ void Parse(std::string Data, SOCKET CSocket) {
TCPTerminate = true;
Data.clear();
futures.push_back(std::async(std::launch::async, []() {
CoreSend("B" + HTTP::Get("https://backend.beammp.com/servers-info"));
CoreSend("B" + HTTP::Get("https://backend." + Utils::RegionToTopLevelDomain(options.region) + "/servers-info"));
}));
}
break;