From 307ff4912bac1095ebf382d70241f19409b2f8b8 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 14 Jun 2026 16:30:47 +0300 Subject: add: templating --- vpn.gumx.cc/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'vpn.gumx.cc/index.html') diff --git a/vpn.gumx.cc/index.html b/vpn.gumx.cc/index.html index c2a3ce3..0d33729 100644 --- a/vpn.gumx.cc/index.html +++ b/vpn.gumx.cc/index.html @@ -2,6 +2,7 @@ + vpn.gumx.cc @@ -31,7 +36,7 @@ a { color: inherit; }

gumx / vpn

-

WireGuard VPN. Endpoint: wk.fo:51820. Access is by invitation.

+

WireGuard VPN. Endpoint: vpn.gumx.cc:51820. Access is by invitation.

setup

  1. Generate a keypair: wg genkey | tee private.key | wg pubkey > public.key
  2. @@ -47,19 +52,23 @@ DNS = 1.1.1.1 [Peer] PublicKey = <server public key> -Endpoint = wk.fo:51820 +Endpoint = vpn.gumx.cc:51820 AllowedIPs = 0.0.0.0/0 PersistentKeepalive = 25 +
+ -- cgit v1.2.3