public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] firewall: Drop P2P chains from initscript.
@ 2022-02-14 19:05 Stefan Schantl
  2022-02-14 21:13 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2022-02-14 19:05 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 src/initscripts/system/firewall | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall
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"
 
-	# 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
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] firewall: Drop P2P chains from initscript.
  2022-02-14 19:05 [PATCH] firewall: Drop P2P chains from initscript Stefan Schantl
@ 2022-02-14 21:13 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-14 21:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>  src/initscripts/system/firewall | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall
> 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"
>  
> -	# 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-14 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 19:05 [PATCH] firewall: Drop P2P chains from initscript Stefan Schantl
2022-02-14 21:13 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox