The purpose of the DOS filter is to protect from a denial of service attack. Why do you want to limit it to one request per minute? Most requests complete in a few milliseconds. Limiting it to 1 request per second should give you reasonable protection.
It should be quite simple to create your own filter.