Skip to content

Commit

Permalink
Merge pull request #1212 from meganz/hotfix/update-hardcoded-dns
Browse files Browse the repository at this point in the history
Updated DNS servers
  • Loading branch information
sergiohs84 authored Oct 2, 2018
2 parents 682bebe + 8665729 commit 205be4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/mega/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 205be4b

Please sign in to comment.