2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Try all available endpoints from config.

This commit is contained in:
John Preston
2018-05-02 22:07:34 +03:00
parent df4daca15b
commit 95fee543ec
7 changed files with 255 additions and 318 deletions

View File

@@ -1108,7 +1108,7 @@ void ProxiesBoxController::refreshChecker(Item &item) {
checker->connectToServer(
QString::fromStdString(endpoints.front().ip),
endpoints.front().port,
endpoints.front().protocolSecret,
endpoints.front().secret,
dcId);
}
};