lokinet/debian/lokinet.1

61 lines
1.8 KiB
Groff
Raw Normal View History

2018-12-03 14:03:42 +00:00
.TH "lokinet" "1" "Dec 3, 2018"
2018-10-23 11:45:14 +00:00
.SH "NAME"
lokinet \- Reference implementation for LLARP.
.SH "SYNOPSIS"
.B lokinet
2018-10-28 16:12:09 +00:00
[\fI options ... \fR] [\fI config.ini \fR]
2018-10-23 11:45:14 +00:00
.SH "DESCRIPTION"
2018-10-28 16:12:09 +00:00
.PP
2018-10-23 11:45:14 +00:00
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
2018-10-28 16:12:09 +00:00
cryptoeconomical sybil resistence incentive that not only would be able to
2018-10-23 11:45:14 +00:00
provide low latency anonymous internet access but also be capable of
automatically tunneling all local network traffic over said mixnet. Such an a
2018-10-28 16:12:09 +00:00
program would be the turbo encabu...\fBlokinet\fR . Now basically the only new
2018-10-28 16:46:09 +00:00
principle involved is that now instead of restricting the user to using TCP and
2018-10-23 11:45:14 +00:00
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,
2018-10-28 16:12:09 +00:00
but I digress ...
.SH "OPTIONS"
.IP \fB-g\fR
Generate config file
.IP \fB-f\fR
Force overwrite of existing config file
.IP \fB-r\fR
Configure to be a relay
.RE
2018-10-23 11:45:14 +00:00
.SH "FILES"
2018-10-28 16:12:09 +00:00
.I $HOME/.lokinet/
.IP
The default runtime directory
.RE
.I $HOME/.lokinet/lokinet.ini
.IP
The default config file.
2018-10-23 11:45:14 +00:00
.RE
.SH "SEE ALSO"
2018-12-03 14:03:42 +00:00
Documentation for lokinet configuration with loki service nodes. \fBloki-service-nodes(7)\fR
2018-10-23 11:45:14 +00:00
.SH "AUTHOR"
2018-10-28 16:12:09 +00:00
This manual page was written by Jeff <\m[blue]\fBjeff@i2p\&.rocks\fR\m[]>
2018-10-23 11:45:14 +00:00
.PP
Permission is granted to copy, distribute and/or modify this document under the terms of the same license of lokinet source code.
.RE
2018-10-28 16:12:09 +00:00
See the LICENSE file for more information.