From f3f4aa5c5498c5af4b9248807d9720b13891b2ab Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 18 Jan 2015 08:35:41 -0500 Subject: [PATCH] Added en+ Device in bastille firewall config to improve Centos 7 support. --- install/tpl/bastille-firewall.cfg.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/bastille-firewall.cfg.master b/install/tpl/bastille-firewall.cfg.master index 728a731..408713d 100644 --- a/install/tpl/bastille-firewall.cfg.master +++ b/install/tpl/bastille-firewall.cfg.master @@ -75,7 +75,7 @@ # use the "\" continuation character (so Bastille can change the # values if it is run more than once) TRUSTED_IFACES="lo" # MINIMAL/SAFEST -PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+" # SAFEST +PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+" # SAFEST INTERNAL_IFACES="" # SAFEST -- Gitblit v1.9.1