diff --git a/pkg/utils/dwelling.go b/pkg/utils/dwelling.go index 6a8fc84..5f88f9d 100644 --- a/pkg/utils/dwelling.go +++ b/pkg/utils/dwelling.go @@ -7,7 +7,7 @@ func MainSite(host string) string { if strings.Contains(host, "i2p") { return "http://arav.i2p" } else if strings.Contains(host, "onion") { - return "http://.onion" + return "http://moq7aejnf4xk5k2bkaltli3ftkhusy2mbrd3pj23nrca343ku2mgk4yd.onion" } return "https://arav.top"