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)