Services
nostr-rs-relay
A Rust Nostr relay with policy controls — pubkey whitelists and kind filtering.
nostr-rs-relay is a Nostr relay in Rust. Use it when you want control over who can publish and which event kinds are accepted.
Config
- relay domain — e.g.
relay.example.com - whitelisted pubkeys — who can publish; empty = no whitelist
- whitelisted / blacklisted event kinds — what’s accepted; empty = no filter
- optional NIP-42 auth requirement before writes