mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
8 lines
174 B
Text
8 lines
174 B
Text
|
table inet filter {
|
||
|
chain INPUT {
|
||
|
type filter hook input priority 0; policy accept;
|
||
|
iifname "eth0" tcp dport 80 accept comment "http on 80"
|
||
|
jump derby-cognos-web
|
||
|
}
|
||
|
}
|