From 2780fc65523814564153d92ab2d0f19be4ba0e02 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 31 Mar 2026 22:11:10 +0200 Subject: VLESS/Reality VPN configuration for DPI evasion Signed-off-by: Mel --- modules/vpn.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 modules/vpn.nix (limited to 'modules/vpn.nix') diff --git a/modules/vpn.nix b/modules/vpn.nix deleted file mode 100644 index 6772c2a..0000000 --- a/modules/vpn.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ ... }: - -{ - # these are the common peers that will want to access our hosts - # that run the vpn in different parts of the world. - foundation = { - wireguard.server = { - enable = true; - # has to be set by the individual server running the vpn: - # like, for example: - # externalInterface = "eth0"; - - peers = { - mel = { - key = "vnZoHXapCLLUhZ8A8R5W0iJ8LpWVLve29z41kkoT0BU="; - ip = 2; - }; - - andrei = { - key = "qqU4uYImLfUohIwl4KBshPtTINFcs0JVALjbmwpfxRg="; - ip = 3; - }; - - sergo = { - key = "qbZGMNIDZFCJC6SHtlyNIlIdGWHELceXClJCcagrj2Y="; - ip = 4; - }; - }; - }; - }; -} -- cgit 1.4.1