This commit is contained in:
root 2020-05-06 15:34:28 +00:00
parent 87285e02c6
commit 338007bf51
6 changed files with 1 additions and 4 deletions

View File

@ -3,14 +3,11 @@ Options -indexes
RewriteCond %{REQUEST_URI} ^(.*)?wp-login\.php(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^(.*)?wp-admin$
RewriteCond %{REMOTE_ADDR} !^81\.231.
RewriteRule ^(.*)$ - [R=403,L]
RewriteCond %{REQUEST_METHOD} ^(GET|POST|PUT|PATCH|DELETE) [NC]
RewriteCond %{REQUEST_URI} ^.*wp-json/wp/ [NC]
RewriteCond %{REMOTE_ADDR} !^212\.63.
RewriteCond %{REMOTE_ADDR} !^81\.231.
RewriteCond %{REMOTE_ADDR} !^194\.68\.237\.
RewriteCond %{REMOTE_ADDR} !^212
RewriteRule ^(.*)$ - [F]
# BEGIN WordPress

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB