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.epp3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/ferm.conf.epp b/templates/ferm.conf.epp
index 42a44be..37afca0 100644
--- a/templates/ferm.conf.epp
+++ b/templates/ferm.conf.epp
@@ -1,6 +1,7 @@
+<%- | String[1] $ip | -%>
# End custom section
-domain (ip ip6) table filter {
+domain (<%= $ip %>) table filter {
chain INPUT {
interface lo ACCEPT;
@include '/etc/ferm.d/chains/INPUT.conf';