Class: Spior::Iptables::Root
- Inherits:
-
Object
- Object
- Spior::Iptables::Root
- Defined in:
- lib/spior/iptables/root.rb
Overview
Base class for iptables
Instance Method Summary collapse
-
#initialize ⇒ Root
constructor
A new instance of Root.
- #run! ⇒ Object
- #stop! ⇒ Object
Constructor Details
Instance Method Details
#run! ⇒ Object
16 17 18 19 20 21 22 23 24 25 |
# File 'lib/spior/iptables/root.rb', line 16 def run! stop! bogus_tcp_flags bad_packets spoofing redirect input output all end |