diff options
author | duritong <peter.meier+github@immerda.ch> | 2017-01-14 13:30:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-14 13:30:14 +0100 |
commit | 85b6e3820fa614eeafb99b85846172553461398e (patch) | |
tree | 2e15dc1d3de8306c073f2413b3b543b90356d041 /files/boilerplate | |
parent | add8f6677a21940cddd0f88396d6e1a152634f54 (diff) | |
parent | 07f4d8f14ac5224ba900d27f51cd4ae8121f1578 (diff) |
Merge pull request #13 from marknl/master
Conntrack support
Diffstat (limited to 'files/boilerplate')
-rw-r--r-- | files/boilerplate/conntrack.footer | 3 | ||||
-rw-r--r-- | files/boilerplate/conntrack.header | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/files/boilerplate/conntrack.footer b/files/boilerplate/conntrack.footer new file mode 100644 index 0000000..8648c65 --- /dev/null +++ b/files/boilerplate/conntrack.footer @@ -0,0 +1,3 @@ + +?endif +#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE diff --git a/files/boilerplate/conntrack.header b/files/boilerplate/conntrack.header new file mode 100644 index 0000000..2db7bda --- /dev/null +++ b/files/boilerplate/conntrack.header @@ -0,0 +1,10 @@ +# +# Shorewall -- /etc/shorewall/conntrack +# +# For information about entries in this file, type "man shorewall-conntrack" +# +?FORMAT 3 +###################################################################################################### +#ACTION SOURCE DEST PROTO DPORT SPORT USER SWITCH + +?if $AUTOHELPERS && __CT_TARGET |