From 73942bc6c06baa2e2ed2cd9f9da29b668f0376d9 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 23 Apr 2026 22:57:27 +0200 Subject: Add new VPN user 'Fedor' Signed-off-by: Mel --- modules/vpn/definition.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/vpn/definition.nix b/modules/vpn/definition.nix index 0eb2ac1..8d57593 100644 --- a/modules/vpn/definition.nix +++ b/modules/vpn/definition.nix @@ -53,6 +53,11 @@ key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y="; ip = "10.123.X.103"; }; + + fedor = { + key = "tEO9r8+jTpu8TBRmZ+/v087IgD/QfmofLUKs249i/F0="; + ip = "10.123.X.104"; + }; }; # we use a website as a "mask" for vless/reality, which will tell our peers -- cgit 1.4.1