mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
firewall: refine npt binat rule generation
This commit is contained in:
parent
fae02022ca
commit
32c783ca32
@ -39,7 +39,8 @@ class NptRule extends Rule
|
||||
'binat' => 'parseStaticText,binat ',
|
||||
'log' => 'parseBool,log',
|
||||
'interface' => 'parseInterface',
|
||||
'from' => 'parsePlain,from , to any',
|
||||
'ipprotocol' => 'parseStaticText,inet6 ',
|
||||
'from' => 'parsePlain,from ',
|
||||
'to' => 'parsePlain, -> ',
|
||||
'descr' => 'parseComment'
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user