Sha256: 36f0fc5166312687e7df8a1989290b5a7bd6200839a9399670e074ba71c4f532

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

Stored size: 255 Bytes

Contents

-P INPUT DROP
-P FORWARD DROP
-P OUTPUT ACCEPT
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -m state --state NEW -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 80 -m state --state NEW -j ACCEPT

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
inspec-0.11.0 test/unit/mock/cmd/iptables-s
inspec-0.10.1 test/unit/mock/cmd/iptables-s
inspec-0.9.11 test/unit/mock/cmd/iptables-s
inspec-0.9.10 test/unit/mock/cmd/iptables-s
inspec-0.9.9 test/unit/mock/cmd/iptables-s
inspec-0.9.8 test/unit/mock/cmd/iptables-s
inspec-0.9.7 test/unit/mock/cmd/iptables-s
inspec-0.9.6 test/unit/mock/cmd/iptables-s
inspec-0.9.5 test/unit/mock/cmd/iptables-s
inspec-0.9.4 test/unit/mock/cmd/iptables-s
inspec-0.9.3 test/unit/mock/cmd/iptables-s
inspec-0.9.2 test/unit/mock/cmd/iptables-s
inspec-0.9.1 test/unit/mock/cmd/iptables-s
inspec-0.9.0 test/unit/mock/cmd/iptables-s