From 944ab8ba6a2205a684559695bce7982840f46c11 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Jan 2023 11:38:57 +0300 Subject: GG: switch to host names instead of IP addresses --- protocols/Gadu-Gadu/src/gg.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'protocols') 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 -- cgit v1.2.3