Add users manually to redirects
parent
97f4ca5229
commit
97acf529e4
2
main.go
2
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)
|
||||
|
|
Loading…
Reference in New Issue