Hey, we are getting DDOS'd / tested by bots and are using the @nestjs/throttler.
Throttler works well for known routes, however the bots are hitting api routes that don't exist, and throttler is not working for those cases.
Requests to not existing routes are currently getting caught in our global exception filter, but its a lot, as we have 40k requests to eg. /wp-admin and many other routes that don't exist.
Is there a better way to handle this, eg rateLimit via IP etc