diff --git a/main.go b/main.go index e1e713a..426fc71 100644 --- a/main.go +++ b/main.go @@ -89,7 +89,7 @@ func main() { redirects["wheeeehe@gearheads.social"] = []string{"pluisje", "rubber.social"} redirects["JonnyNL@gearheads.social"] = []string{"JonnyNL", "gear.pictures"} redirects["Yepp@gearheads.social"] = []string{"Yepp", "rubber.social"} - + redirects["Divik@gearheads.social"] = []string{"Sir_Divik", "woof.group"} http.HandleFunc("/.well-known/webfinger", HandleWebfinger) http.ListenAndServe(":8888", nil)