From 0275c417d6d27326e3ef3efe298f3bb8ce3d823d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 3 Oct 2021 04:22:32 +0300 Subject: make code more copyable --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index d3a1fa8..fbe10e0 100644 --- a/index.html +++ b/index.html @@ -16,18 +16,18 @@ params: name: Public key placeholder: "Server's public key" help: | - Query using wg show wg0 public-key. + Query using wg show wg0 public-key - id: endpoint name: Endpoint placeholder: "Server's endpoint in the HOST:PORT format" help: | Server's public IP address or a hostname, accessible from the client. - Query the current port using wg show wg0 listen-port. + Query the current port using wg show wg0 listen-port - id: preshared_key name: Preshared key placeholder: Preshared key (shared between server and client) help: | - Generate using wg genpsk. + Generate using wg genpsk - id: client desc: Client items: @@ -35,12 +35,12 @@ params: name: Public key placeholder: "Client's public key" help: | - Generate both the private and the public keys using wg genkey | tee private.key | wg pubkey > public.key. + Generate both the private and the public keys using wg genkey | tee private.key | wg pubkey > public.key - id: private_key name: Private key placeholder: "Client's private key" help: | - Unless generated in one go with the public key, generate one using wg genkey. + Unless generated in one go with the public key, generate one using wg genkey - id: ipv4 name: IPv4 placeholder: IPv4 address and netmask, like 192.168.123.5/24 -- cgit v1.2.3