From: Alexander Marx Date: Tue, 15 Jan 2013 11:37:27 +0000 (+0100) Subject: Forward Firewall: added p2protocols to /var/ipfire/forward/ for p2pblocking options X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=7f9d1c39693c49b767a40dd226b47adf83ffbef1 Forward Firewall: added p2protocols to /var/ipfire/forward/ for p2pblocking options --- diff --git a/config/forwardfw/p2protocols b/config/forwardfw/p2protocols new file mode 100644 index 000000000..d8998095c --- /dev/null +++ b/config/forwardfw/p2protocols @@ -0,0 +1,9 @@ +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; diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot index bd6c4be07..f15df7699 100644 --- a/config/rootfiles/common/configroot +++ b/config/rootfiles/common/configroot @@ -51,6 +51,7 @@ var/ipfire/forward/bin/firewall-lib.pl var/ipfire/forward/settings var/ipfire/forward/config var/ipfire/forward/input +var/ipfire/forward/p2protocols var/ipfire/fwhosts var/ipfire/fwhosts/icmp-types var/ipfire/fwhosts/customhosts diff --git a/lfs/configroot b/lfs/configroot index d0cbd08ad..829e124c5 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -101,6 +101,7 @@ $(TARGET) : cp $(DIR_SRC)/config/cfgroot/ethernet-vlans $(CONFIG_ROOT)/ethernet/vlans cp $(DIR_SRC)/langs/list $(CONFIG_ROOT)/langs/ cp $(DIR_SRC)/config/forwardfw/rules.pl $(CONFIG_ROOT)/forward/bin/rules.pl + cp $(DIR_SRC)/config/forwardfw/p2protocols $(CONFIG_ROOT)/forward/p2protocols cp $(DIR_SRC)/config/forwardfw/firewall-lib.pl $(CONFIG_ROOT)/forward/bin/firewall-lib.pl cp $(DIR_SRC)/config/forwardfw/firewall-forward-policy /usr/sbin/firewall-forward-policy cp $(DIR_SRC)/config/fwhosts/icmp-types $(CONFIG_ROOT)/fwhosts/icmp-types