2
0
Fork 0

Add users manually to redirects

main
Ducky 2024-07-06 23:51:59 +01:00
parent ed3d78ca7a
commit 97f4ca5229
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ func main() {
redirects["rumble@gearheads.social"] = []string{"rumble", "rubber.social"} redirects["rumble@gearheads.social"] = []string{"rumble", "rubber.social"}
redirects["uniformgearhead@gearheads.social"] = []string{"uniformgearhead", "gear.pictures"} redirects["uniformgearhead@gearheads.social"] = []string{"uniformgearhead", "gear.pictures"}
redirects["superpsyze@gearheads.social"] = []string{"superpsyze", "rubber.social"} redirects["superpsyze@gearheads.social"] = []string{"superpsyze", "rubber.social"}
redirects["GaySkaterCaster@gearheads.social"] = []string{"GaySkaterFeet", "kinky.business"}
redirects["wheeeehe@gearheads.social"] = []string{"pluisje", "rubber.social"}
redirects["JonnyNL@gearheads.social"] = []string{"JonnyNL", "gear.pictures"}
http.HandleFunc("/.well-known/webfinger", HandleWebfinger) http.HandleFunc("/.well-known/webfinger", HandleWebfinger)
http.ListenAndServe(":8888", nil) http.ListenAndServe(":8888", nil)