This commit is contained in:
Juergen Kunz
2025-07-17 15:34:58 +00:00
parent 82df9a6f52
commit b26abbfd87
7 changed files with 38 additions and 37 deletions

View File

@@ -247,7 +247,8 @@ export interface IRouteAction {
type: TRouteActionType;
// Targets for forwarding (array supports multiple targets with sub-matching)
targets: IRouteTarget[];
// Required for 'forward' action type
targets?: IRouteTarget[];
// TLS handling (default for all targets, can be overridden per target)
tls?: IRouteTls;