diff options
| author | Mel <mel@rnrd.eu> | 2026-03-31 22:11:10 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-31 22:11:10 +0200 |
| commit | 2780fc65523814564153d92ab2d0f19be4ba0e02 (patch) | |
| tree | 472904f62e920551dbaba896a524e01576b5ced1 /machines/truite | |
| parent | 7d899f695a1d5a448226ed9479c0e4c52454f595 (diff) | |
| download | network-2780fc65523814564153d92ab2d0f19be4ba0e02.tar.zst network-2780fc65523814564153d92ab2d0f19be4ba0e02.zip | |
VLESS/Reality VPN configuration for DPI evasion
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/truite')
| -rw-r--r-- | machines/truite/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/truite/default.nix b/machines/truite/default.nix index f8dbaaa..01f82f5 100644 --- a/machines/truite/default.nix +++ b/machines/truite/default.nix @@ -3,7 +3,7 @@ { imports = [ ../../modules/common.nix - ../../modules/vpn.nix + ../../modules/vpn/ingress.nix ./hardware.nix ./devices.nix @@ -24,8 +24,6 @@ "tailnet" ]; }; - - wireguard.server.externalInterface = "eth0"; }; system.stateVersion = "25.05"; |
