mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
9 lines
115 B
Text
9 lines
115 B
Text
|
table inet filter {
|
||
|
set OPEN_PORTS {
|
||
|
type ipv4_addr
|
||
|
size 65536
|
||
|
flags interval
|
||
|
elements = { 1.1.1.1 }
|
||
|
}
|
||
|
}
|