diff --git a/main.go b/main.go index a64862d..83b486b 100644 --- a/main.go +++ b/main.go @@ -214,7 +214,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"Timestamp from icmp data...\" why is there a timestamp in the echo request?"}) buffer = "" } else if buffer == "cursping" { - conn.WriteJSON(map[string]string{"action": "redirect", "url": "/cursping.zip.tar.gz"}) + conn.WriteJSON(map[string]string{"action": "redirect", "url": "https://github.com/cryptexctl/cursed-ping"}) buffer = "" } else if buffer == "uzbekistan" { conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"})