Default outbound port to 0, not 1090

pull/1248/head
Stephen Shelton 4 years ago
parent c4de0f8493
commit 7d83611a0a
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -228,7 +228,7 @@ namespace llarp
{
(void)params;
constexpr auto DefaultOutboundLinkValue = "1090";
constexpr auto DefaultOutboundLinkValue = "0";
conf.defineOption<std::string>(
"bind", "*", false, false, DefaultOutboundLinkValue, [this](std::string arg) {

Loading…
Cancel
Save