diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-26 11:38:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-26 11:38:57 +0300 |
commit | 944ab8ba6a2205a684559695bce7982840f46c11 (patch) | |
tree | 2053788d8829dceaec7159f98667dc7eb2702a30 /protocols | |
parent | 0094c35e02ac15a18d09672fb2b845d406e2d5bb (diff) |
GG: switch to host names instead of IP addresses
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 83aad6530c..c4ed8826b4 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -199,7 +199,16 @@ struct GGGETAVATARDATA #define GG_KEYDEF_IMGMETHOD 1
// newline separated list of hosts for server connection
-#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_KEYDEF_SERVERHOSTS \
+ L"ggproxy-secure-10.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-11.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-12.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-13.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-14.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-15.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-16.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-17.gadu-gadu.pl\r\n" \
+ L"ggproxy-secure-18.gadu-gadu.pl"
#define GG_KEY_CLIENTIP "IP" // Contact IP (by notify)
#define GG_KEY_CLIENTPORT "ClientPort" // Contact port
|