| Maintainer | Arnaud Bailly <arnaud.oqube@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell98 |
Propellor.Property.Firewall
Description
Properties for configuring firewall (iptables) rules
Documentation
Constructors
| Everything | |
| Proto Proto | There is actually some order dependency between proto and port so this should be a specific data type with proto + ports |
| DPort Port | |
| DPortRange (Port, Port) | |
| IFace Interface | |
| Ctstate [ConnectionState] | |
| Rules :- Rules infixl 0 | Combine two rules |