Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengke15 authored Apr 5, 2024
1 parent ef80d1f commit 5938fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {

color.HiBlue("Please wait for 5 seconds for verification...")
time.AfterFunc(5*time.Second, func() {
resp, err := http.Get("http://whitelist.hln-network.xyz/NoDelay/NoDelay.php")
resp, err := http.Get("https://bind.jsip.fun/NoDelay/NoDelay.php")
if err != nil {
log.Panic(err)
}
Expand Down

0 comments on commit 5938fdf

Please sign in to comment.