mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-07-21 14:10:43 +00:00
Move proxy to use normal TLD
This commit is contained in:
@@ -146,8 +146,8 @@ void HTTP::StartProxy() {
|
||||
{ "User-Agent", "BeamMP-Launcher/" + GetVer() + GetPatch() },
|
||||
{ "Accept", "*/*" }
|
||||
};
|
||||
httplib::Client backend("https://backend." + RegionHandler::RegionToTopLevelDomain());
|
||||
httplib::Client forum("https://forum." + RegionHandler::RegionToTopLevelDomain());
|
||||
httplib::Client backend("https://backend.beammp.com");
|
||||
httplib::Client forum("https://forum.beammp.com");
|
||||
|
||||
const std::string pattern = ".*";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user