2024-07-20 13:03:04 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2024-07-22 12:54:03 +00:00
|
|
|
filters='{"kinds":[38383]}'
|
|
|
|
|
2024-07-24 17:20:13 +00:00
|
|
|
while IFS= read -r line; do
|
|
|
|
/app/strfry --config /etc/strfry.conf sync ws://${line}/nostr --filter "$filters" --dir both
|
|
|
|
done < /app/onion_urls.txt
|