Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 61714f2

Browse files
New node
1 parent 9520bb1 commit 61714f2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/net.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,9 @@ void MapPort()
12301230
// The second name should resolve to a list of seed addresses.
12311231
static const char *strDNSSeed[][2] = {
12321232
{"45.32.238.57", "45.32.238.57"},
1233-
{"45.77.127.147", "45.77.127.147"},
1234-
1235-
1236-
};
1233+
{"45.77.127.147", "45.77.127.147"},
1234+
{"104.27.140.220", "104.27.140.220"},
1235+
};
12371236

12381237
void ThreadDNSAddressSeed(void* parg)
12391238
{

0 commit comments

Comments
 (0)