fix: support shared egress proxy source refs
This commit is contained in:
@@ -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[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user