From 5d1d22883e11dc7bc1b92272302e76025143ca0c Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 1 Oct 2017 09:15:17 -0400 Subject: [PATCH] pisekot's seed added --- src/net.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net.cpp b/src/net.cpp index cc2f6c6..40b091a 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1234,6 +1234,7 @@ static const char *strI2PDNSSeed[][2] = { static const char *strMainNetDNSSeed[][2] = { {"gostco.in", "dnsseed.gostco.in"}, {"failover", "dnsseed1.gostco.in"}, + {"pisekot", "neko.pisekot.ru"}, // {"anoncoin.net", "dnsseed01.anoncoin.net"}, {NULL, NULL} };