aboutsummaryrefslogtreecommitdiff
path: root/templates/ferm.conf.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ferm.conf.epp')
-rw-r--r--templates/ferm.conf.epp16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/ferm.conf.epp b/templates/ferm.conf.epp
new file mode 100644
index 0000000..42a44be
--- /dev/null
+++ b/templates/ferm.conf.epp
@@ -0,0 +1,16 @@
+# End custom section
+
+domain (ip ip6) table filter {
+ chain INPUT {
+ interface lo ACCEPT;
+ @include '/etc/ferm.d/chains/INPUT.conf';
+ }
+
+ chain OUTPUT {
+ @include '/etc/ferm.d/chains/OUTPUT.conf';
+ }
+
+ chain FORWARD {
+ @include '/etc/ferm.d/chains/FORWARD.conf';
+ }
+}