innernet/doc/innernet.8
2022-02-01 14:04:11 +09:00

102 lines
2.2 KiB
Groff

.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH INNERNET "8" "February 2022" "innernet 1.5.4-beta.1" "System Administration Utilities"
.SH NAME
innernet \- manual page for innernet 1.5.4-beta.1
.SH DESCRIPTION
innernet 1.5.4\-beta.1
Jake McGinty <jake@tonari.no>
A client to manage innernet network interfaces.
.SS "USAGE:"
.IP
innernet [OPTIONS] [SUBCOMMAND]
.SS "OPTIONS:"
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Verbose output, use \fB\-vv\fR for even higher verbositude
.TP
\fB\-c\fR, \fB\-\-config\-dir\fR <CONFIG_DIR>
[default: /etc/innernet]
.TP
\fB\-d\fR, \fB\-\-data\-dir\fR <DATA_DIR>
[default: /var/lib/innernet]
.TP
\fB\-\-no\-routing\fR
Whether the routing should be done by innernet or is done by an
external tool like e.g. babeld
.TP
\fB\-\-backend\fR <BACKEND>
Specify a WireGuard backend to use. If not set, innernet will
auto\-select based on availability [default: kernel] [possible
values: kernel, userspace]
.TP
\fB\-\-mtu\fR <MTU>
Specify the desired MTU for your interface (default: 1420 for
IPv4 and 1400 for IPv6)
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version information
.SS "SUBCOMMANDS:"
.TP
install
Install a new innernet config
.TP
show
Enumerate all innernet connections
.TP
up
Bring up your local interface, and update it with latest peer list
.TP
fetch
Fetch and update your local interface with the latest peer list
.TP
uninstall
Uninstall an innernet network
.TP
down
Bring down the interface (equivalent to 'wg\-quick down <interface>')
.TP
add\-peer
Add a new peer
.TP
rename\-peer
Rename a peer
.TP
add\-cidr
Add a new CIDR
.TP
delete\-cidr
Delete a CIDR
.TP
list\-cidrs
List CIDRs
.TP
disable\-peer
Disable an enabled peer
.TP
enable\-peer
Enable a disabled peer
.TP
add\-association
Add an association between CIDRs
.TP
delete\-association
Delete an association between CIDRs
.TP
list\-associations
List existing assocations between CIDRs
.TP
set\-listen\-port
Set the local listen port
.TP
override\-endpoint
Override your external endpoint that the server sends to other peers
.TP
completions
Generate shell completion scripts
.TP
help
Print this message or the help of the given subcommand(s)