Add redirects for creativeicing and gearbound
parent
619e24ddd8
commit
6f86aaffc8
4
main.go
4
main.go
|
@ -40,8 +40,10 @@ func HandleWebfinger(w http.ResponseWriter, req *http.Request) {
|
|||
|
||||
func main() {
|
||||
redirects = make(map[string][]string)
|
||||
redirects["astra@gearheads.social"] = []string{"astra", "ap.zio.sh"}
|
||||
redirects["ducky@gearheads.social"] = []string{"ducky", "ap.zio.sh"}
|
||||
redirects["astra@gearheads.social"] = []string{"astra", "ap.zio.sh"}
|
||||
redirects["creativeicing@gearheads.social"] = []string{"CreativeIcing", "rubber.social"}
|
||||
redirects["gearbound@gearheads.social"] = []string{"gearbound", "rubber.social"}
|
||||
|
||||
http.HandleFunc("/.well-known/webfinger", HandleWebfinger)
|
||||
http.ListenAndServe(":8888", nil)
|
||||
|
|
Loading…
Reference in New Issue