fix: support shared egress proxy source refs

This commit is contained in:
Codex
2026-06-26 10:49:40 +00:00
parent 5bd2e67fe2
commit 7d3b0b2cf8
2 changed files with 26 additions and 5 deletions
+4 -1
View File
@@ -374,9 +374,12 @@ export type NodeRuntimeGitMirrorEgressProxySpec =
namespace: string;
serviceName: string;
port: number;
sourceConfigRef: string | null;
sourceRef: string;
sourceKey: string;
sourceType: "subscription-url";
sourceType: "subscription-url" | "master-shadowsocks";
preferredOutbound: "vless-reality" | "hysteria2" | null;
sourceFingerprint: string | null;
noProxy: string[];
};