-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Spywares
89 lines (42 loc) · 1.81 KB
/
README.Spywares
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
This firewall provided a list IP/subnets coming from alt.privacy.spyware.
The list was writed by Sponge (http://www.geocities.com/yosponge/) <[email protected]>
See README for information about the blocking-ip/mac feature
See INSTALL for installation's details
###########################################
# TO ENABLE THE SPYWARES BLOCKING #
###########################################
1) You must create the spywares list file, first run :
# firewall-spy-update.pl
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! WARNING WARNING WARNING !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This list is a big list ! and you can find some
MSN and/or Microsoft ips that you don't must to deny if you
want to use Msn or wathever.
If you have problem, edit /etc/firewall-jay/firewall-spy-update.conf and play
with the @SPY_TO_IGNORES and/or @IP_TO_IGNORES variable
For more details, see
# firewall-spy-update.pl --help | -h
2) A file has been created
/var/lib/firewall-jay/block-ip-out.spywares
3) Enable the option
With conf tool :
----------------
# firewall-config.pl
--> Features (optional)
--> Denying Hosts
--> Denying IPS dst
set to "Enable" , select the new created file (or more than one), and optionaly "Log"
By hand :
---------
Edit /etc/firewall-jay/firewall.config
DENY_IP_OUT="1"
DENY_IP_OUT_FILES="block-ip-out.spywares"
4) That's all ...
5) For updating the file simply run :
# firewall-spy-update.pl
and reload the block-ip feature of the firewall, run :
# /etc/ini.t/fw-jay reload-block-ip
6) For automatics updates, set a crontab on every (for example) Sunday like :
0 0 * * Sun /usr/sbin/firewall-spy-update.pl
0 5 * * Sun /etc/init.d/fw-jay reload-block-ip