git.strcat.st

/strcat/minitox.git/ - summarytreelogarchive

subject
change default bootstrap nodes because they are 8 years old and no longer online
commit
f9d459b6126ae1e79f5425c4f656fa973b9e67a2
date
2026-04-17T22:03:37Z
message
diff
 minitox.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/minitox.c b/minitox.c
index 694c423..0db5d06 100644
--- a/minitox.c
+++ b/minitox.c
@@ -38,11 +38,11 @@ struct DHT_node {
 
 struct DHT_node bootstrap_nodes[] = {
 
-    // Setup tox bootrap nodes
+    /* Setup tox bootstrap nodes */
 
-    {"node.tox.biribiri.org",      33445, "F404ABAA1C99A9D37D61AB54898F56793E1DEF8BD46B1038B9D822E8460FAB67"},
-    {"128.199.199.197",            33445, "B05C8869DBB4EDDD308F43C1A974A20A725A36EACCA123862FDE9945BF9D3E09"},
-    {"2400:6180:0:d0::17a:a001",   33445, "B05C8869DBB4EDDD308F43C1A974A20A725A36EACCA123862FDE9945BF9D3E09"},
+	{"144.217.167.73",	33445,	"7E5668E0EE09E19F320AD47902419331FFEE147BB3606769CFBE921A2A2FD34C"}, /* Canada */
+	{"188.225.9.167",	33445,	"1911341A83E02503AB1FD6561BD64AF3A9D6C3F12B5FBB656976B2E678644A67"}, /* Russian Federation */
+	
 };
 
 #define LINE_MAX_SIZE 512  // If input line's length surpassed this value, it will be truncated.