Kb web cloudflare: Unterschied zwischen den Versionen

Aus LachCraft.cloud Knowledgebase
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „= Cloudflare = == WAF-Regeln == Block unwanted Continents (ip.geoip.continent eq "T1") or (ip.geoip.continent eq "AS") or (ip.geoip.continent eq "AF") or (ip.geoip.continent eq "OC") WordPress Admin only for Germany (http.request.uri.path wildcard r"/wp-admin.php" and ip.geoip.country ne "DE") or (http.request.uri.path wildcard r"/wp-login.php" and ip.geoip.country ne "DE")“
 
 
Zeile 6: Zeile 6:
   
   
(ip.geoip.continent eq "T1") or (ip.geoip.continent eq "AS") or (ip.geoip.continent eq "AF") or (ip.geoip.continent eq "OC")
(ip.geoip.continent eq "T1") or (ip.geoip.continent eq "AS") or (ip.geoip.continent eq "AF") or (ip.geoip.continent eq "OC")
BLOCK


WordPress Admin only for Germany
WordPress Admin only for Germany


(http.request.uri.path wildcard r"/wp-admin.php" and ip.geoip.country ne "DE") or (http.request.uri.path wildcard r"/wp-login.php" and ip.geoip.country ne "DE")
(http.request.uri.path wildcard r"/wp-admin.php" and ip.geoip.country ne "DE") or (http.request.uri.path wildcard r"/wp-login.php" and ip.geoip.country ne "DE")
BLOCK

Aktuelle Version vom 15. Oktober 2024, 08:01 Uhr

Cloudflare

WAF-Regeln

Block unwanted Continents

(ip.geoip.continent eq "T1") or (ip.geoip.continent eq "AS") or (ip.geoip.continent eq "AF") or (ip.geoip.continent eq "OC")

BLOCK


WordPress Admin only for Germany

(http.request.uri.path wildcard r"/wp-admin.php" and ip.geoip.country ne "DE") or (http.request.uri.path wildcard r"/wp-login.php" and ip.geoip.country ne "DE")

BLOCK