From 8665729e8620e878f77ac4b8245544c1e643525a Mon Sep 17 00:00:00 2001 From: Javier Serrano Date: Mon, 1 Oct 2018 19:54:28 +0200 Subject: [PATCH] Updated DNS servers --- include/mega/http.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/mega/http.h b/include/mega/http.h index e226289d9f..fb517bda14 100644 --- a/include/mega/http.h +++ b/include/mega/http.h @@ -90,10 +90,10 @@ namespace mega { #define APISSLEXPONENTSIZE "\x03" #define APISSLEXPONENT "\x01\x00\x01" -#define MEGA_DNS_SERVERS "2001:978:2:aa::20:2,154.53.224.130," \ - "2001:978:2:aa::21:2,154.53.224.134," \ - "2403:9800:c020::43,122.56.56.216," \ - "2405:f900:3e6a:1::103,103.244.183.5" +#define MEGA_DNS_SERVERS "2001:678:25c:2215::554,89.44.169.136," \ + "2001:67c:1998:2212::13,31.216.148.13," \ + "2405:f900:3e6a:1::103,103.244.183.5," \ + "2403:9800:c020::43,122.56.56.216" class MEGA_API SpeedController {