mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Support tg://proxy links.
This commit is contained in:
@@ -434,10 +434,14 @@ struct ProxyData {
|
||||
Http,
|
||||
Mtproto,
|
||||
};
|
||||
|
||||
Type type = Type::None;
|
||||
QString host;
|
||||
uint32 port = 0;
|
||||
QString user, password;
|
||||
|
||||
static bool ValidSecret(const QString &secret);
|
||||
|
||||
};
|
||||
|
||||
enum DBIScale {
|
||||
|
Reference in New Issue
Block a user