diff options
author | dartraiden <wowemuh@gmail.com> | 2022-09-20 18:56:33 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-09-20 18:57:07 +0300 |
commit | 6ef18969b0a9107c4afb99de8fc07982ff3ca645 (patch) | |
tree | 7b511a7e93ff379fa325d3acafc78414da03513d /protocols/Gadu-Gadu | |
parent | d68eb48e2f5b365a0ec89feda573d1a7b27f1a36 (diff) |
GG: update server list
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 c4db83a8bd..15c22b6a6f 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.108\r\n91.214.237.112\r\n91.214.237.116\r\n91.214.237.120\r\n91.214.237.123"
+#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_KEY_CLIENTIP "IP" // Contact IP (by notify)
#define GG_KEY_CLIENTPORT "ClientPort" // Contact port
|