Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
feat: add more relay server subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 16, 2024
1 parent 594a67f commit 9009169
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion deploy_mastodon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,37 @@ VALUES
('https://relay.fedi.buzz/instance/twit.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/qoto.org', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.xyz', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/masto.ai', NULL, NOW(), NOW(), 2);
('https://relay.fedi.buzz/instance/masto.ai', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/securitymastod.one', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.nuzgo.net', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.cx', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.network', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/linuxrocks.online', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.land', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mstdn.io', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/octodon.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.club', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.technology', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/niu.moe', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.cloud', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.host', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.fun', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/msdyn365bc.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/fivem.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/pebble.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/xvlt.net', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/social.sunet.se', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/toot.aquilenet.fr', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.quebec', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/federate.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/hackerspace.au', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/solarpunk.moe', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/catodon.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mastodon.skrimmage.com', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/mast.hpc.social', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/towns.gay', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/pixelfed.fr', NULL, NOW(), NOW(), 2),
('https://relay.fedi.buzz/instance/c7.io', NULL, NOW(), NOW(), 2);
"

# Execute the SQL commands in the Mastodon PostgreSQL database
Expand Down

0 comments on commit 9009169

Please sign in to comment.