We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78a8ee commit 187f9c7Copy full SHA for 187f9c7
fail2ban/data/filter.d/wordpress-xmlrpc.conf
@@ -4,4 +4,14 @@ failregex =
4
^\S+ -.*"(?:GET|POST) /xmlrpc\.php HTTP.*" (?:403|405|406|200).*"(?:.*,\s*)?<HOST>"$
5
6
# Trường hợp không dùng Cloudflare: Lọc cả mã lỗi và 200 OK
7
- ^<HOST> -.*"(?:GET|POST) /xmlrpc\.php HTTP.*" (?:403|405|406|200).*"-"$
+ ^<HOST> -.*"(?:GET|POST) /xmlrpc\.php HTTP.*" (?:403|405|406|200).*"-"$
8
+
9
+# Cho phép các địa chỉ của Jetpack
10
+ignoreip = 122.248.245.244/32
11
+ 54.217.201.243/32
12
+ 54.232.116.4/32
13
+ 192.0.80.0/20
14
+ 192.0.96.0/20
15
+ 192.0.112.0/20
16
+ 195.234.108.0/22
17
+ 192.0.64.0/18
0 commit comments