mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
enable exit node again
This commit is contained in:
parent
a42d3d51c3
commit
9f11b03016
@ -16,7 +16,8 @@ namespace llarp
|
|||||||
if (conf.m_keyfile.has_value())
|
if (conf.m_keyfile.has_value())
|
||||||
m_Keyfile = conf.m_keyfile->string();
|
m_Keyfile = conf.m_keyfile->string();
|
||||||
m_SnodeBlacklist = conf.m_snodeBlacklist;
|
m_SnodeBlacklist = conf.m_snodeBlacklist;
|
||||||
|
m_ExitEnabled = conf.m_AllowExit;
|
||||||
|
m_ExitNode = conf.m_exitNode;
|
||||||
// TODO:
|
// TODO:
|
||||||
/*
|
/*
|
||||||
if (k == "on-up")
|
if (k == "on-up")
|
||||||
|
Loading…
Reference in New Issue
Block a user