nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit b593001229a8dc822b3a5a15a5eaffb92229909e
parent 5913b9f87a644f2fdf8374f5fa82af22e996d1d0
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sun, 13 Feb 2022 09:37:05 -0600

fix: remove setting from example config

Diffstat:
Mconfig.toml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml @@ -80,7 +80,6 @@ reject_future_seconds = 1800 # metadata for event authors, "passive" to perform validation but # never block publishing, or "disabled" to do nothing. #mode = "disabled" -mode = "passive" # Domain names that will be prevented from publishing events. #domain_blacklist = ["wellorder.net"]