diff --git a/src/net.cpp b/src/net.cpp index 6524d10..5c2a539 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1139,7 +1139,7 @@ void MapPort() // The first name is used as information source for addrman. // The second name should resolve to a list of seed addresses. static const char *strDNSSeed[][2] = { - {"37.97.135.16", "37.97.135.16"}, + {"dustcoin.selfip.net", "dustcoin.selfip.net"}, }; void ThreadDNSAddressSeed(void* parg)