fig
This commit is contained in:
parent
d38f78725f
commit
b298b06a9e
2
main.go
2
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?"})
|
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"})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user