feat: add DNS2 I2P seed node address

First production .b32.i2p seed: hnupgkbtcn4hlo6sunhbp6uuz4k6bkgsa5jtcruyyt7y6q7qsoda.b32.i2p
Generated by embedded i2pd on DNS2 (194.233.88.206).
This commit is contained in:
Krystie
2026-06-27 16:40:51 -07:00
parent 9052b79ef6
commit 34f65eb836
+3 -5
View File
@@ -12,11 +12,9 @@
// Dynamic seeds will also be available at: // Dynamic seeds will also be available at:
// https://seeds.cryptographic-triangles.org/i2p-seeds.txt // https://seeds.cryptographic-triangles.org/i2p-seeds.txt
static const char *strMainNetI2PSeed[][1] = { static const char *strMainNetI2PSeed[][1] = {
// DNS2 - primary bootstrap server // DNS2 - primary bootstrap server (194.233.88.206)
// Generate .b32.i2p by: i2pd --datadir=/root/.triangles/i2p_data // Generated by embedded i2pd on first run, keys persist in i2p_data/
// then read: i2p_data/triangles-p2p-keys.dat → b32 address {"hnupgkbtcn4hlo6sunhbp6uuz4k6bkgsa5jtcruyyt7y6q7qsoda.b32.i2p"},
// Placeholder until seed nodes are deployed:
// {"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.b32.i2p"},
{nullptr} {nullptr}
}; };