diff --git a/pkg/atproto/relays.go b/pkg/atproto/relays.go index 77f4007..6755fb4 100644 --- a/pkg/atproto/relays.go +++ b/pkg/atproto/relays.go @@ -34,6 +34,7 @@ var KnownRelays = []KnownRelay{ {Name: "Xero", URL: "https://relay.xero.systems"}, {Name: "Feeds Blue", URL: "https://relay.feeds.blue"}, {Name: "Waow", URL: "https://relay.waow.tech"}, + {Name: "Zlay", URL: "https://zlay.waow.tech"}, } // RelayHTTPError indicates the relay responded with a non-200 status code.