From 97acf529e463f54e1244ccf7996b3635b9e039eb Mon Sep 17 00:00:00 2001 From: Astra Date: Thu, 18 Jul 2024 23:45:09 +0200 Subject: [PATCH] Add users manually to redirects --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 6492c6f..e1e713a 100644 --- a/main.go +++ b/main.go @@ -88,6 +88,8 @@ func main() { redirects["GaySkaterCaster@gearheads.social"] = []string{"GaySkaterFeet", "kinky.business"} redirects["wheeeehe@gearheads.social"] = []string{"pluisje", "rubber.social"} redirects["JonnyNL@gearheads.social"] = []string{"JonnyNL", "gear.pictures"} + redirects["Yepp@gearheads.social"] = []string{"Yepp", "rubber.social"} + http.HandleFunc("/.well-known/webfinger", HandleWebfinger) http.ListenAndServe(":8888", nil)