2
0
Fork 0

Add users manually to redirects

main
Ducky 2024-07-26 16:08:03 +01:00
parent 97acf529e4
commit ca44f9a6d3
1 changed files with 1 additions and 1 deletions

View File

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