fix: allow host-networked egress proxy

This commit is contained in:
Codex
2026-06-26 17:28:34 +00:00
parent 678dc427d6
commit 1a11d3654a
6 changed files with 35 additions and 2 deletions
+1
View File
@@ -169,6 +169,7 @@ export interface Sub2ApiEgressProxyConfig {
image: string;
imagePullPolicy: "Always" | "IfNotPresent" | "Never";
listenPort: number;
hostNetwork: boolean;
sourceConfigRef: string | null;
sourceFingerprint: string | null;
sourceRef: string;