From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] firewall: Drop P2P chains from initscript. Date: Mon, 14 Feb 2022 21:13:02 +0000 Message-ID: In-Reply-To: <20220214190527.4406-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7845030634955804449==" List-Id: --===============7845030634955804449== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Stefan Schantl > --- > src/initscripts/system/firewall | 6 ------ > 1 file changed, 6 deletions(-) >=20 > diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firew= all > index 48653ff57..ecc57c8aa 100644 > --- a/src/initscripts/system/firewall > +++ b/src/initscripts/system/firewall > @@ -154,12 +154,6 @@ iptables_init() { > fi > iptables -A HOSTILE -j DROP -m comment --comment "DROP_HOSTILE" > =20 > - # P2PBLOCK > - iptables -N P2PBLOCK > - iptables -A INPUT -j P2PBLOCK > - iptables -A FORWARD -j P2PBLOCK > - iptables -A OUTPUT -j P2PBLOCK > - > # IPS (Guardian) chains > iptables -N GUARDIAN > iptables -A INPUT -j GUARDIAN --===============7845030634955804449==--