Files
cunicu/docs/usage/md/cunicu_wg.md
Steffen Vogel 26ae073578 docs: update command usage information
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-09-10 02:56:47 +02:00

1.6 KiB

title, sidebar_label, sidebar_class_name, slug, hide_title, keywords
title sidebar_label sidebar_class_name slug hide_title keywords
cunicu wg wg command-name /usage/man/wg true
manpage

cunicu wg

WireGuard commands

Synopsis

The wg sub-command mimics the wg(8) commands of the wireguard-tools package. In contrast to the wg(8) command, the cunico sub-command delegates it tasks to a running cunucu daemon.

Currently, only a subset of the wg(8) are supported.

Options

  -h, --help   help for wg

Options inherited from parent commands

  -C, --color string       Enable colorization of output (one of: auto, always, never) (default "auto")
  -l, --log-file string    path of a file to write logs to
  -d, --log-level string   log level (one of: debug, info, warn, error, dpanic, panic, and fatal) (default "info")
  -v, --verbose int        verbosity level

SEE ALSO

  • cunicu - cunīcu is a user-space daemon managing WireGuard® interfaces to establish peer-to-peer connections in harsh network environments.
  • cunicu wg genkey - Generates a random private key in base64 and prints it to standard output.
  • cunicu wg genpsk - Generates a random preshared key in base64 and prints it to standard output.
  • cunicu wg pubkey - Calculates a public key and prints it in base64 to standard output.
  • cunicu wg show - Shows current WireGuard configuration and runtime information of specified [interface].
  • cunicu wg showconf - Shows the current configuration and information of the provided WireGuard interface