chore: update relay server link domain to portal.gosuda.org

Changed the URL domain in convertLeaseEntriesToRows from securl.click to portal.gosuda.org to reflect the updated service endpoint.

lemon-mint committed Nov 3, 2025 at 23:24 UTC b972fac44a381e9aa6e81fbcfd74ffcb4f3c2079
1 file changed +1 -1
cmd/relay-server/view.go
+1 -1
@@ -348,7 +348,7 @@ func convertLeaseEntriesToRows(serv *portal.RelayServer) []leaseRow {
348 dnsLabel = dnsLabel[:8] + "..."
349 }
350
351 - link := fmt.Sprintf("https://%s.securl.click/", identityID)
351 + link := fmt.Sprintf("https://%s.portal.gosuda.org/", identityID)
352
353 row := leaseRow{
354 Peer: identityID,