2
0
Fork 0

Add users manually to redirects

main
Astra 2024-07-18 23:45:09 +02:00
parent 97f4ca5229
commit 97acf529e4
1 changed files with 2 additions and 0 deletions

View File

@ -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)