mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
I2P -> .NET
This commit is contained in:
parent
f176f1909b
commit
fdb0ce6703
272 changed files with 5702 additions and 8931 deletions
44
debian/i2pd.1
vendored
44
debian/i2pd.1
vendored
|
@ -1,31 +1,31 @@
|
|||
.TH "I2PD" "1" "June 20, 2018"
|
||||
.TH "DOTNET" "1" "June 20, 2018"
|
||||
|
||||
.SH "NAME"
|
||||
i2pd \- Full-featured C++ implementation of I2P client.
|
||||
dotnet \- Full-featured C++ implementation of DOTNET client.
|
||||
.SH "SYNOPSIS"
|
||||
.B i2pd
|
||||
.B dotnet
|
||||
[\fIOPTION1\fR] [\fIOPTION2\fR]...
|
||||
.SH "DESCRIPTION"
|
||||
i2pd
|
||||
is a C++ implementation of the router for the I2P anonymizing network, offering
|
||||
dotnet
|
||||
is a C++ implementation of the router for the DOTNET anonymizing network, offering
|
||||
a simple layer that identity-sensitive applications can use to securely
|
||||
communicate. All data is wrapped with several layers of encryption, and the
|
||||
network is both distributed and dynamic, with no trusted parties.
|
||||
.PP
|
||||
Any of the configuration options below can be used in the \fBDAEMON_ARGS\fR variable in \fI/etc/default/i2pd\fR.
|
||||
Any of the configuration options below can be used in the \fBDAEMON_ARGS\fR variable in \fI/etc/default/dotnet\fR.
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
\fB\-\-help\fR
|
||||
Show available options.
|
||||
.TP
|
||||
\fB\-\-conf=\fR
|
||||
Config file (default: \fI~/.i2pd/i2pd.conf\fR or \fI/var/lib/i2pd/i2pd.conf\fR)
|
||||
Config file (default: \fI~/.dotnet/dotnet.conf\fR or \fI/var/lib/dotnet/dotnet.conf\fR)
|
||||
.BR
|
||||
This parameter will be silently ignored if the specified config file does not exist.
|
||||
Options specified on the command line take precedence over those in the config file.
|
||||
.TP
|
||||
\fB\-\-tunconf=\fR
|
||||
Tunnels config file (default: \fI~/.i2pd/tunnels.conf\fR or \fI/var/lib/i2pd/tunnels.conf\fR)
|
||||
Tunnels config file (default: \fI~/.dotnet/tunnels.conf\fR or \fI/var/lib/dotnet/tunnels.conf\fR)
|
||||
.TP
|
||||
\fB\-\-pidfile=\fR
|
||||
Where to write pidfile (don\'t write by default)
|
||||
|
@ -43,10 +43,10 @@ Log messages above this level (\fIdebug\fR, \fBinfo\fR, \fIwarn\fR, \fIerror\fR,
|
|||
Log messages with full CLF-formatted date and time (\fIdisabled\fR by default)
|
||||
.TP
|
||||
\fB\-\-datadir=\fR
|
||||
Path to storage of i2pd data (RI, keys, peer profiles, ...)
|
||||
Path to storage of dotnet data (RI, keys, peer profiles, ...)
|
||||
.TP
|
||||
\fB\-\-tunnelsdir=\fR
|
||||
Path to tunnels configuration files (default: \fI~/.i2pd/tunnels.d\fR or \fI/var/lib/i2pd/tunnels.d\fR)
|
||||
Path to tunnels configuration files (default: \fI~/.dotnet/tunnels.d\fR or \fI/var/lib/dotnet/tunnels.d\fR)
|
||||
.TP
|
||||
\fB\-\-host=\fR
|
||||
The external IP address
|
||||
|
@ -94,36 +94,36 @@ Limit of transit traffic from max bandwidth in percents. (default: 100)
|
|||
Router will go to background after start (\fIdisabled\fR by default)
|
||||
.TP
|
||||
\fB\-\-service\fR
|
||||
Router will use system folders like \fI/var/lib/i2pd\fR (\fIdisabled\fR by default)
|
||||
Router will use system folders like \fI/var/lib/dotnet\fR (\fIdisabled\fR by default)
|
||||
.TP
|
||||
\fB\-\-family=\fR
|
||||
Name of a family, router belongs to.
|
||||
.PP
|
||||
Switches, which enabled by default (like \fB\-\-ssu\fR, \fB\-\-ntcp\fR, etc.), can be disabled in config file.
|
||||
.RE
|
||||
See service-specific parameters in example config file \fI/usr/share/doc/i2pd/i2pd.conf.gz\fR
|
||||
See service-specific parameters in example config file \fI/usr/share/doc/dotnet/dotnet.conf.gz\fR
|
||||
.SH "FILES"
|
||||
/etc/i2pd/i2pd.conf, /etc/i2pd/tunnels.conf, /etc/default/i2pd
|
||||
/etc/dotnet/dotnet.conf, /etc/dotnet/tunnels.conf, /etc/default/dotnet
|
||||
.RS 4
|
||||
i2pd configuration files (when running as a system service)
|
||||
dotnet configuration files (when running as a system service)
|
||||
.RE
|
||||
.PP
|
||||
/var/lib/i2pd/
|
||||
/var/lib/dotnet/
|
||||
.RS 4
|
||||
i2pd profile directory (when running as a system service, see \fB\-\-service\fR above)
|
||||
dotnet profile directory (when running as a system service, see \fB\-\-service\fR above)
|
||||
.RE
|
||||
.PP
|
||||
$HOME/.i2pd/
|
||||
$HOME/.dotnet/
|
||||
.RS 4
|
||||
i2pd profile directory (when running as a normal user)
|
||||
dotnet profile directory (when running as a normal user)
|
||||
.SH "SEE ALSO"
|
||||
Documentation at Read the Docs: \m[blue]\fBhttps://i2pd\&.readthedocs\&.io/en/latest/\fR\m[]
|
||||
Documentation at Read the Docs: \m[blue]\fBhttps://dotnet\&.readthedocs\&.io/en/latest/\fR\m[]
|
||||
.SH "AUTHOR"
|
||||
This manual page was written by kytv <\m[blue]\fBkillyourtv@i2pmail\&.org\fR\m[]> for the Debian system (but may be used by others).
|
||||
This manual page was written by kytv <\m[blue]\fBkillyourtv@dotnetmail\&.org\fR\m[]> for the Debian system (but may be used by others).
|
||||
.RE
|
||||
Updated by hagen <\m[blue]\fBhagen@i2pmail\&.org\fR\m[]> in 2016.
|
||||
Updated by hagen <\m[blue]\fBhagen@dotnetmail\&.org\fR\m[]> in 2016.
|
||||
.RE
|
||||
Updated by R4SAS <\m[blue]\fBr4sas@i2pmail\&.org\fR\m[]> in 2018.
|
||||
Updated by R4SAS <\m[blue]\fBr4sas@dotnetmail\&.org\fR\m[]> in 2018.
|
||||
.PP
|
||||
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
|
||||
.RE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue