noteguard

the nostr relay spam guardian
git clone git://jb55.com/noteguard
Log | Files | Refs | README | LICENSE

commit 784d32e327e6e6c49a47755035a543e37609f17f
parent 051be41c53e52f73478fdddcb7d314f122eb1fe3
Author: William Casarin <jb55@jb55.com>
Date:   Tue,  9 Jul 2024 09:55:07 -0700

readme: show pubkey config

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ posts_per_minute = 8 whitelist = ["127.0.0.1"] [filters.whitelist] -#pubkeys = ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"] +pubkeys = ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"] ips = ["127.0.0.1", "127.0.0.2"] ```