Simplify client proxy port handling
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 1s

This commit is contained in:
2026-06-04 10:24:33 +03:00
parent c3d3aaa699
commit a0f41baa36
11 changed files with 3088 additions and 48 deletions

View File

@@ -347,7 +347,7 @@ export function buildGatewayConfig(
includeTransparent: !clientMode,
}),
final: "direct",
auto_detect_interface: true,
...(clientMode ? {} : { auto_detect_interface: true }),
},
};
}