use quad nine as default upstream dns

This commit is contained in:
Jeff 2022-02-15 16:40:11 -05:00
parent c0f47063cb
commit ac9fb9d479
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ namespace llarp
#endif
// Default, but if we get any upstream (including upstream=, i.e. empty string) we clear it
constexpr Default DefaultUpstreamDNS{"1.1.1.1"};
constexpr Default DefaultUpstreamDNS{"9.9.9.10"};
m_upstreamDNS.emplace_back(DefaultUpstreamDNS.val);
if (!m_upstreamDNS.back().getPort())
m_upstreamDNS.back().setPort(53);