update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user