Browse Source

remove auth relays

imwald
Silberengel 2 weeks ago
parent
commit
6524525444
  1. 7
      config/unfold.yaml

7
config/unfold.yaml

@ -17,12 +17,7 @@ parameters: @@ -17,12 +17,7 @@ parameters:
# Extra wss:// URLs for article sync (articles:get), comment threads (NIP-22 / getArticleDiscussion),
# and any request that merges the default set with author-specific relays. default_relay is first; duplicates ignored.
article_relays: [
'wss://christpill.nostr1.com',
'wss://nostr.land',
'wss://nostr.wine',
'wss://nostr21.com',
'wss://nostr.sovbit.host',
'wss://nostr.einundzwanzig.space'
'wss://thecitadel.nostr1.com'
]
# Kind-0 / profile fetches (author metadata, prewarm). Tried first, then default + article_relays (deduped).
# Also used as a second pass for kind 30040 (magazine category indices) and category long-form ingest

Loading…
Cancel
Save