reword auto-routing config comment

pull/1818/head
Jeff Becker 3 years ago committed by Jeff
parent 14ffdb6639
commit 061aebc964
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -539,10 +539,11 @@ namespace llarp
ClientOnly,
Default{true},
Comment{
"enable / disable auto routing. When using an exit lokinet will add routes to "
"the OS to make traffic go over the network interface via lokinet.",
"enabled by default.",
},
"Enable / disable automatic route configuration.",
"When this is enabled and an exit is used Lokinet will automatically configure "
"operating system routes to route traffic through the exit node.",
"This is enabled by default, but can be disabled to perform advanced exit routing "
"configuration manually."},
AssignmentAcceptor(m_EnableRoutePoker));
conf.defineOption<std::string>(

Loading…
Cancel
Save