MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / googleDns

Method googleDns

src/client/client-common/utils/hardcodedsettings.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8const QStringList HardcodedSettings::googleDns() const
9{
10 return QStringList() << "8.8.8.8" << "8.8.4.4";
11}
12
13const QStringList HardcodedSettings::cloudflareDns() const
14{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected