fix seed ip
This commit is contained in:
parent
3c4f0c33f5
commit
6ccb9f8a7a
@ -8,15 +8,15 @@
|
||||
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
|
||||
*/
|
||||
static SeedSpec6 pnSeed6_main[] = {
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc1,0x46,0x7a,0x3a}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb0,0x09,0x3b,0x6e}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xbc,0xa6,0x66,0x03}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xf3,0x6b,0x70}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0xf1,0xc9,0x13}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0x51,0xdf,0xd4}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x80,0xc7,0x74,0x77}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x3b,0x46,0xa6}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xcf,0x9a,0xef,0x94}, 7312}
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc1,0x46,0x7a,0x3a}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb0,0x09,0x3b,0x6e}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xbc,0xa6,0x66,0x03}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xf3,0x6b,0x70}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0xf1,0xc9,0x13}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0x51,0xdf,0xd4}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x80,0xc7,0x74,0x77}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x3b,0x46,0xa6}, 7312},
|
||||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xcf,0x9a,0xef,0x94}, 7312}
|
||||
};
|
||||
|
||||
static SeedSpec6 pnSeed6_test[] = {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user