mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
update addresses in QtNetworkSettings::serverIPs()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
47df4e5cfe
commit
8d30e4f030
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ public:
|
|||
static QString serverIPs()
|
||||
{
|
||||
if (supportsIPv6()) {
|
||||
return QLatin1String("128.30.52.100 2603:400A:FFFF:804:801E:34:0:64");
|
||||
return QLatin1String("104.18.23.19 2606:4700::6812:1713");
|
||||
}
|
||||
return QLatin1String("128.30.52.100");
|
||||
return QLatin1String("104.18.23.19");
|
||||
}
|
||||
|
||||
static bool compareReplyIMAP(QByteArray const& actual)
|
||||
|
|
Loading…
Add table
Reference in a new issue