From 67aa6d4cbf62b1a4a1b865d380ae307d42cc8d81 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:13:44 +0100 Subject: [PATCH] Update outbox_utils.py --- nostr_dvm/utils/outbox_utils.py | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/nostr_dvm/utils/outbox_utils.py b/nostr_dvm/utils/outbox_utils.py index 1e9589f..37f2f70 100644 --- a/nostr_dvm/utils/outbox_utils.py +++ b/nostr_dvm/utils/outbox_utils.py @@ -45,14 +45,25 @@ AVOID_OUTBOX_RELAY_LIST = ["wss://nos.lol", "wss://adult.18plus.social", "wss://bostr.online", "wss://relay.current.fyi", "wss://nosdrive.app/relay", "wss://studio314.nostr1.com", "wss://relay.nostrbr.online", "wss://relay.0xchat.com", "wss://lightning.benchodroff.com/nostrclient/api/v1/relay", - "wss://relay.nostreggs.io", "wss://relay.blackbyte.nl", "ws://localhost:8080", "wss://127.0.0.1:4869", "wss://sendit.nosflare.io", - "wss://astral.ninja", "wss://nostr.libertasprimordium.com", "wss://relay.shitforce.one", "wss://nostr.cro.social", - "wss://relay.nostreggs.io", "wss://nostr.rocks", "wss://groups.0xchat.com", "wss://bostr.lecturify.net", "wss://dave.st.germa.in/nostr", - "wss://dvms.f7z.io", "wss://nostr.social", "wss://i.nostr.build", "wss://teemie1-relay.duckdns.org", - "wss://nostrs.build", "wss://relay.hllo.live", "wss://relay-pub.deschooling.us", "wss://nostr.sandwich.farm", "wss://nostr.lol", "wss://nostr.developer.li", - "wss://paid.spore.ws", "'ws://ofotwjuiv7t6q4azt2fjx3qo7esglmxdeqmh2qvdsdnxw5eqgza24iyd.onion", "wss://r.kojira.io", "wss://nostr-relay.h3z.jp", "wss://relay.yozora.world", - "wss://nostr.0xtr.dev", "wss://purplepeg.es", "wss://nostr.mutinywallet.com", "wss://nostr.zebedee.cloud", "wss://relay.wikifreedia.xyz", "wss://relay.exit.pub", - "wss://njump.mecheck", "wss://relay.nostr.band", "wss://nostr.kollider.xyz", "wss://fog.dedyn.io", "wss://relay.current.fyi", - "wss://momostr.pink", "wss://nostr.bitcoinlighthouse.de", "wss://140.f7z.io", "wss://relay.nostrcheck.me", "wss://relay.mostr.pub", "wss://purplepag.es", "wss://nostr.bitcoiner.social" + "wss://relay.nostreggs.io", "wss://relay.blackbyte.nl", "ws://localhost:8080", + "wss://127.0.0.1:4869", "wss://sendit.nosflare.io", + "wss://astral.ninja", "wss://nostr.libertasprimordium.com", "wss://relay.shitforce.one", + "wss://nostr.cro.social", + "wss://relay.nostreggs.io", "wss://nostr.rocks", "wss://groups.0xchat.com", + "wss://bostr.lecturify.net", "wss://dave.st.germa.in/nostr", + "wss://dvms.f7z.io", "wss://nostr.social", "wss://i.nostr.build", + "wss://teemie1-relay.duckdns.org", + "wss://nostrs.build", "wss://relay.hllo.live", "wss://relay-pub.deschooling.us", + "wss://nostr.sandwich.farm", "wss://nostr.lol", "wss://nostr.developer.li", + "wss://paid.spore.ws", + "ws://ofotwjuiv7t6q4azt2fjx3qo7esglmxdeqmh2qvdsdnxw5eqgza24iyd.onion", "wss://r.kojira.io", + "wss://nostr-relay.h3z.jp", "wss://relay.yozora.world", + "wss://nostr.0xtr.dev", "wss://purplepeg.es", "wss://nostr.mutinywallet.com", + "wss://nostr.zebedee.cloud", "wss://relay.wikifreedia.xyz", "wss://relay.exit.pub", + "wss://njump.mecheck", "wss://relay.nostr.band", "wss://nostr.kollider.xyz", + "wss://fog.dedyn.io", "wss://relay.current.fyi", + "wss://momostr.pink", "wss://nostr.bitcoinlighthouse.de", "wss://140.f7z.io", + "wss://relay.nostrcheck.me", "wss://relay.mostr.pub", "wss://purplepag.es", + "wss://nostr.bitcoiner.social" ]