diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/ferm.conf.epp | 3 |
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'; |