Skip to content

Commit

Permalink
fixed nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
gatra committed Feb 11, 2014
1 parent bcf104b commit 96db96d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1233,14 +1233,13 @@ void ThreadDNSAddressSeed()

unsigned int pnSeed[] =
{
// 192.0.0.0 = 0xc0000000
0xbfeb80ba, // 191.235.128.186
0x176315c8, // 23.99.21.200
0x43e1ac4d, // 67.225.172.77
0x6baa1abc, // 107.170.26.188
0xC690B475, //198.144.180.117
0xC690B476, //198.144.180.118
0x80C7FDE9 // 128.199.253.233
0xba80ebbf, // 191.235.128.186
0xc8156317, // 23.99.21.200
0x4dace143, // 67.225.172.77
0xbc1aaa6b, // 107.170.26.188
0x75B490C6, //198.144.180.117
0x76B490C6, //198.144.180.118
0xE9FDC780 // 128.199.253.233
};

void DumpAddresses()
Expand Down

0 comments on commit 96db96d

Please sign in to comment.