proxy-nostr-relay 0.3.1

A Nostr proxy relay with advanced bot filtering and an admin UI.
Documentation
1
2
3
4
5
//! Optional metrics export to InfluxDB 2.x.

mod influxdb;

pub use influxdb::InfluxExporter;