From 32a6063ed96bd6e2ad410eb94ef018542d3d8469 Mon Sep 17 00:00:00 2001 From: Vache Date: Tue, 2 Feb 2021 12:49:26 +1100 Subject: [PATCH] removed duplicated ips from hosts.allow file --- templates/hosts.allow.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/hosts.allow.j2 b/templates/hosts.allow.j2 index eaaef3c..9c588d3 100644 --- a/templates/hosts.allow.j2 +++ b/templates/hosts.allow.j2 @@ -8,4 +8,4 @@ # for information on rule syntax. # See 'man tcpd' for information on tcp_wrappers # -ALL: {% for iprange in centos7cis_host_allow -%}{{ iprange }}{{ iprange }}{% if not loop.last %},{% endif %}{% endfor %} +ALL: {% for iprange in centos7cis_host_allow -%}{{ iprange }}{% if not loop.last %},{% endif %}{% endfor %}