Add users manually to redirects
parent
ed3d78ca7a
commit
97f4ca5229
3
main.go
3
main.go
|
@ -85,6 +85,9 @@ func main() {
|
|||
redirects["rumble@gearheads.social"] = []string{"rumble", "rubber.social"}
|
||||
redirects["uniformgearhead@gearheads.social"] = []string{"uniformgearhead", "gear.pictures"}
|
||||
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.ListenAndServe(":8888", nil)
|
||||
|
|
Loading…
Reference in New Issue