mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T249, using FSC server as obfuscated server
Only show in local builds
This commit is contained in:
@@ -234,7 +234,7 @@ namespace BlackCore
|
||||
|
||||
CServerList CGlobalSetup::getFsdTestServersPlusHardcodedServers() const
|
||||
{
|
||||
static const CServerList hardcoded({ CServer::swiftFsdTestServer() });
|
||||
static const CServerList hardcoded({ CServer::swiftFsdTestServer(), CServer::fscServer() });
|
||||
CServerList testServers(m_fsdTestServers);
|
||||
testServers.addIfAddressNotExists(hardcoded);
|
||||
return testServers;
|
||||
|
||||
Reference in New Issue
Block a user