From 9bce2a2c2d2a314101e6f2a1919b7de7e46bcf73 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 1 May 2026 23:40:20 +0200 Subject: Use egress destination domains in ingress instead of their names Signed-off-by: Mel --- modules/tunnel/definition.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/tunnel/definition.nix') diff --git a/modules/tunnel/definition.nix b/modules/tunnel/definition.nix index 82534bf..8e334e8 100644 --- a/modules/tunnel/definition.nix +++ b/modules/tunnel/definition.nix @@ -13,6 +13,7 @@ { port = 50501; egress = "taupe"; + destination = "finland"; info = { uuid = "328c90a0-20ae-4d4c-9e54-97e9ab41c053"; @@ -25,6 +26,7 @@ { port = 50502; egress = "taureau"; + destination = "usa"; info = { uuid = "826b8598-ed75-4782-9b7e-27e0e16e1141"; -- cgit 1.4.1