-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanned.conf
69 lines (52 loc) · 1.16 KB
/
banned.conf
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
# do not add 167.99.141.204 (thats our gotom admanager droplet)
if ($http_x_forwarded_for ~* ^91\.207\.102\.([0-9]+)$) {
return 403;
}
if ($http_x_forwarded_for ~* ^109\.237\.(98|97)\.([0-9]+)$) {
return 403;
}
if ($http_x_forwarded_for = "84.17.58.10") {
return 403;
}
if ($http_x_forwarded_for = "45.134.144.119") {
return 403;
}
if ($http_x_forwarded_for = "152.89.196.211") {
return 403;
}
if ($http_x_forwarded_for = "146.190.237.23") {
return 403;
}
if ($http_x_forwarded_for = "64.225.94.164") {
return 403;
}
if ($http_x_forwarded_for = "161.97.174.99") {
return 403;
}
if ($http_x_forwarded_for = "23.248.184.131") {
return 403;
}
if ($http_x_forwarded_for = "188.166.243.133") {
return 403;
}
if ($http_x_forwarded_for = "209.126.77.67") {
return 403;
}
if ($http_x_forwarded_for = "129.146.114.47") {
return 403;
}
if ($http_x_forwarded_for = "20.96.176.183") {
return 403;
}
if ($http_x_forwarded_for = "128.199.83.30") {
return 403;
}
if ($http_x_forwarded_for = "209.126.86.35") {
return 403;
}
if ($http_x_forwarded_for = "141.255.166.82") {
return 403;
}
if ($http_x_forwarded_for = "69.167.23.131") {
return 403;
}