-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

wg


> Manage the configuration of WireGuard interfaces.

More information.


Check status of currently active interfaces:

wg

Generate a new private key:

wg genkey

Generate a public key from a private key:

wg pubkey < {path/to/private_key} > {path/to/public_key}

Generate a public and private key:

wg genkey | tee {path/to/private_key} | wg pubkey > {path/to/public_key}

Show the current configuration of a wireguard interface:

wg showconf {wg0}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:09:24 2024