We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de32e73 commit 21024b4Copy full SHA for 21024b4
1 file changed
src/serverlist.cpp
@@ -974,7 +974,7 @@ void CServerListManager::SetRegistered ( const bool bIsRegister )
974
// it is an URL of a dynamic IP address, the IP address might have
975
// changed in the meanwhile.
976
// Allow IPv4 only for communicating with Directories
977
- // Use SRV DNS discovery for directory connections
+ // Use SRV DNS discovery for directory connections, fallback to A/AAAA if none.
978
const QString strNetworkAddress = NetworkUtil::GetDirectoryAddress ( DirectoryType, strDirectoryAddress );
979
#ifndef CLIENT_NO_SRV_CONNECT
980
const bool bDirectoryAddressValid = NetworkUtil().ParseNetworkAddressWithSrvDiscovery ( strNetworkAddress, DirectoryAddress, false );
0 commit comments