npub1nq…kkz86 on Nostr: GM, How do you forward events from other relays to your own? I'm using: while true do ...
GM,
How do you forward events from other relays to your own?
I'm using:
while true
do
echo '["REQ", "CID", {"limit": 32}]' | nostcat wss://relay.snort.social | jq -c 'del(.[1])' | nostcat ws://127.0.0.1:8080
sleep 2
done
Is this a good or bad idea?
How do you forward events from other relays to your own?
I'm using:
while true
do
echo '["REQ", "CID", {"limit": 32}]' | nostcat wss://relay.snort.social | jq -c 'del(.[1])' | nostcat ws://127.0.0.1:8080
sleep 2
done
Is this a good or bad idea?