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