mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-13 01:10:24 +00:00
35 lines
1.5 KiB
Groff
35 lines
1.5 KiB
Groff
.TH "lokinet" "1" "Aug 09, 2018"
|
|
|
|
.SH "NAME"
|
|
lokinet \- Reference implementation for LLARP.
|
|
.SH "SYNOPSIS"
|
|
.B lokinet
|
|
[\fIconfig.ini\fR]
|
|
.SH "DESCRIPTION"
|
|
For a number of years, work has been proceeding in order to bring prefection
|
|
to the crudely concieved idea of a packet based onion routing protocol with a
|
|
cryptoeconomic insentive sybil resistence that not only would be able to
|
|
provide low latency anonymous internet access but also be capable of
|
|
automatically tunneling all local network traffic over said mixnet. Such an a
|
|
program would be the turbo encab-, rather, lokinet. Now basically the only new
|
|
principal involved is that now instead of restricting the user to using TCP and
|
|
exposing a socks proxy or transparent proxy like Tor, an ip tunnel is provided
|
|
with a dns resolver for intercepting lookups for the .loki tld. The original
|
|
implementation was in C but eventually devolved into C++ in such a way that
|
|
there is a public C api but internally entirely implemented with C++11 wrapped
|
|
with a foriegn function interface. The latter being more rapidly developable,
|
|
but I digres.
|
|
|
|
.SH "FILES"
|
|
daemon.ini
|
|
.RS 4
|
|
default configuration file (auto generated if not present)
|
|
.RE
|
|
.SH "SEE ALSO"
|
|
Documentation for lokinet configuration with loki service nodes.
|
|
.SH "AUTHOR"
|
|
This manual page was written by Jeff <\m[blue]\fBjeff@i2p\&.rocks\fR\m[]> for ubuntu xenial.
|
|
.PP
|
|
Permission is granted to copy, distribute and/or modify this document under the terms of the same license of lokinet source code.
|
|
.RE
|
|
See the LICENSE file for more information. |