feat(nft): add source IP filtering for DNAT rules and expose table existence checks
This commit is contained in:
@@ -14,6 +14,8 @@ export interface INftDnatRule {
|
||||
targetPort: number;
|
||||
protocol?: TNftProtocol;
|
||||
preserveSourceIP?: boolean;
|
||||
/** Filter by source IP/subnet (e.g. '10.8.0.0/24'). Only matching traffic gets DNAT'd. */
|
||||
sourceIP?: string;
|
||||
}
|
||||
|
||||
export interface INftSnatRule {
|
||||
|
||||
Reference in New Issue
Block a user