Update comment about ExitEndpoint config TODO

pull/1246/head
Stephen Shelton 4 years ago committed by Jeff Becker
parent 2bc908cd40
commit daf599b032
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -528,7 +528,10 @@ namespace llarp
ExitEndpoint::Configure(const NetworkConfig& networkConfig, const DnsConfig& dnsConfig)
{
/*
* TODO
* TODO: pre-config refactor, this was checking a couple things that were extremely vague
* these could have appeared on either [dns] or [network], but they weren't documented
* anywhere
*
if (k == "type" && v == "null")
{
m_ShouldInitTun = false;

Loading…
Cancel
Save