This commit is contained in:
Lain Iwakura 2025-07-17 12:47:06 +03:00
parent d38f78725f
commit b298b06a9e
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -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?"}) conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"Timestamp from icmp data...\" why is there a timestamp in the echo request?"})
buffer = "" buffer = ""
} else if buffer == "cursping" { } 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 = "" buffer = ""
} else if buffer == "uzbekistan" { } else if buffer == "uzbekistan" {
conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"}) conn.WriteJSON(map[string]string{"action": "show_message", "message": "\"ping uz\" immediately"})