A created_at limit guard plugin for nostr-relay
npm install @nostr-relay/created-at-limit-guard
import { CreatedAtLimitGuard } from '@nostr-relay/created-at-limit-guard';
// Create a relay instance
// ...
const createdAtLimitGuard = new CreatedAtLimitGuard({
upperLimit: 60, // 60 seconds
});
relay.register(createdAtLimitGuard);
upperLimit
: The upper limit of the created_at field in seconds.lowerLimit
: The lower limit of the created_at field in seconds.
If you like this project, you can buy me a coffee :) ⚡️ codytseng@getalby.com ⚡️
MIT