mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
add slot for bootstrap node in config autogeneration
This commit is contained in:
parent
b273676a63
commit
59cdc160cd
@ -170,6 +170,12 @@ extern "C"
|
|||||||
f << "# directory for network database skiplist storage" << std::endl;
|
f << "# directory for network database skiplist storage" << std::endl;
|
||||||
f << "dir=" << basepath << "netdb" << std::endl;
|
f << "dir=" << basepath << "netdb" << std::endl;
|
||||||
f << std::endl << std::endl;
|
f << std::endl << std::endl;
|
||||||
|
|
||||||
|
f << "# bootstrap settings " << std::endl;
|
||||||
|
f << "[connect]" << std::endl;
|
||||||
|
f << "bootstrap=" << basepath << "bootstrap.signed" << std::endl;
|
||||||
|
f << std::endl << std::endl;
|
||||||
|
|
||||||
f << "# publish network interfaces for handling inbound traffic"
|
f << "# publish network interfaces for handling inbound traffic"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
f << "[bind]" << std::endl;
|
f << "[bind]" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user