New domain

This commit is contained in:
DutchEllie 2022-02-21 15:38:10 +01:00
parent 4d3a4bc48a
commit 1dde32454a
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 1 additions and 1 deletions

BIN
main

Binary file not shown.

View File

@ -53,7 +53,7 @@ func request() {
var name string
name = comments[rand.Intn(max - min)]
comment = comments[rand.Intn(max - min)]
url := "https://167.86.92.38/repl-api/POST-COMMENT/?arg0=%22home%22&arg1=%22" + name + "%22&arg2=%22" + comment + "%5Cn%22"
url := "https://forestofunix.xyz/api/POST-COMMENT/?arg0=%22home%22&arg1=%22" + name + "%22&arg2=%22" + comment + "%5Cn%22"
_, err := http.Get(url)
if err != nil {
fmt.Printf("kut, %s\n", err.Error())