diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-25 20:44:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-25 20:44:47 +0300 |
commit | 76855c7a10db46fd8d8b6b1b1e9df20b30bee192 (patch) | |
tree | e058340002be693b18bd79b9ddf526b15d3f5183 /protocols/Gadu-Gadu | |
parent | 8a9cfcd9f1b865c90c0dc9283ea4d5a39a83f859 (diff) |
fixes problems with GG login
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 76039c9765..83aad6530c 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -199,7 +199,7 @@ struct GGGETAVATARDATA #define GG_KEYDEF_IMGMETHOD 1
// newline separated list of hosts for server connection
-#define GG_KEYDEF_SERVERHOSTS L"91.214.237.7\r\n91.214.237.8\r\n91.214.237.9\r\n91.214.237.10\r\n91.214.237.11\r\n91.214.237.12\r\n91.214.237.13\r\n91.214.237.14\r\n91.214.237.15\r\n91.214.237.16\r\n91.214.237.17"
+#define GG_KEYDEF_SERVERHOSTS L"31.186.82.43\r\n31.186.82.226\r\n31.186.83.1\r\n31.186.83.9\r\n31.186.83.70\r\n77.79.250.102\r\n85.194.241.23\r\n91.185.185.102"
#define GG_KEY_CLIENTIP "IP" // Contact IP (by notify)
#define GG_KEY_CLIENTPORT "ClientPort" // Contact port
|