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

Support work with different dcs on a single IP.

This commit is contained in:
John Preston
2018-04-24 12:46:27 +04:00
parent 909acb25fd
commit 7482025c10
16 changed files with 391 additions and 97 deletions

View File

@@ -432,6 +432,7 @@ struct ProxyData {
None,
Socks5,
Http,
Mtproto,
};
Type type = Type::None;
QString host;