summaryrefslogtreecommitdiff
path: root/system/iptables.py
Commit message (Collapse)AuthorAgeFilesLines
* Import module snippets in the correct locationMatt Martz2015-12-221-3/+3
|
* Fix documentation to prevent formatting error where each letter has its own ↵Gordon Fierce2015-12-071-2/+4
| | | | line.
* Editing iptable module to use -m state --state instead of -m conntrack --ctstateRomain Brucker2015-11-101-2/+2
|
* Fixing limit type from list to stringRomain Brucker2015-11-031-1/+1
|
* Adding limit feature to iptables moduleRomain Brucker2015-11-031-0/+12
|
* made ctstate default to [] and evaluation conditional on the list being ↵Brian Coca2015-11-031-2/+3
| | | | popoulated
* fixed default from None to [] for ctstateBrian Coca2015-11-031-1/+1
|
* made ctstate accept listsBrian Coca2015-11-021-5/+4
|
* Add conntrack module ctstate support to iptablesDaniel Vigueras2015-11-021-0/+19
|
* whitespace fixesBrian Coca2015-10-311-4/+4
|
* Adding comment support for iptables moduleRomain Brucker2015-10-301-1/+13
|
* fix typo errorAlexander2015-10-261-1/+1
| | | fix spell error for whether
* Fix docs to buildToshio Kuratomi2015-10-161-17/+122
|
* iptables: add note about rulesLinus Unnebäck2015-10-151-0/+2
|
* iptables: expand rule optionsLinus Unnebäck2015-09-281-29/+116
|
* module: system/iptablesLinus Unnebäck2015-09-281-0/+128