P2PServer: prefer DNS TXT records to load seed nodes

This commit is contained in:
SChernykh
2023-05-10 21:22:51 +02:00
parent 689fa14cfd
commit db9e5ba332
4 changed files with 117 additions and 6 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ include_directories(src)
include_directories(googletest/googletest/include)
if (WIN32)
set(LIBS ${LIBS} ws2_32 iphlpapi userenv psapi wldap32)
set(LIBS ${LIBS} ws2_32 iphlpapi userenv psapi dnsapi)
if (CMAKE_CXX_COMPILER_ID MATCHES GNU)
set(LIBS ${LIBS} bcrypt)
endif()