upstream-dns -> upstream

pull/1246/head
Jeff Becker 4 years ago
parent 42a7bcd434
commit 7c12347e80
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -226,7 +226,7 @@ namespace llarp
};
conf.defineOption<std::string>(
"dns", "upstream-dns", false, true, nonstd::nullopt, [=](std::string arg) {
"dns", "upstream", false, true, nonstd::nullopt, [=](std::string arg) {
m_upstreamDNS.push_back(parseAddr(arg));
});

Loading…
Cancel
Save