More bot blocks

This commit is contained in:
Marcus Noble 2021-02-05 21:59:58 +00:00
parent ede7d2a77f
commit ce108e696d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ router.all('/wordpress/', blackHole);
router.all('/wp(2)?/', blackHole);
router.all('/backup/', blackHole);
router.all('/bak/', blackHole);
router.all(/.*\/mail\/config-.+\.xml/, blackHole);
router.post('*', blackHole);
router.put('*', blackHole);
router.delete('*', blackHole);