configroot: Drop config file for p2protocols.

The support for creating P2P based rules has been removed from the
firewall. So this file is not longer needed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-02-14 20:03:05 +01:00
committed by Peter Müller
parent b6e4ebe86f
commit 31c64b9d0d
3 changed files with 0 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
Applejuice;apple;on;
Ares;ares;on;
Bittorrent;bit;on;
DirectConnect;dc;on;
Edonkey;edk;on;
Gnutella;gnu;on;
KaZaA;kazaa;on;
SoulSeek;soul;on;
WinMX;winmx;on;

View File

@@ -63,7 +63,6 @@ var/ipfire/firewall
#var/ipfire/firewall/input
#var/ipfire/firewall/locationblock
#var/ipfire/firewall/outgoing
#var/ipfire/firewall/p2protocols
#var/ipfire/firewall/settings
var/ipfire/fwhosts
#var/ipfire/fwhosts/customgroups

View File

@@ -105,7 +105,6 @@ $(TARGET) :
cp $(DIR_SRC)/config/firewall/convert-outgoingfw /usr/sbin/convert-outgoingfw
cp $(DIR_SRC)/config/firewall/convert-dmz /usr/sbin/convert-dmz
cp $(DIR_SRC)/config/firewall/convert-portfw /usr/sbin/convert-portfw
cp $(DIR_SRC)/config/firewall/p2protocols $(CONFIG_ROOT)/firewall/p2protocols
cp $(DIR_SRC)/config/firewall/firewall-policy /usr/sbin/firewall-policy
cp $(DIR_SRC)/config/fwhosts/icmp-types $(CONFIG_ROOT)/fwhosts/icmp-types
cp $(DIR_SRC)/config/fwhosts/customservices $(CONFIG_ROOT)/fwhosts/customservices