Skip to content

Commit c42d01c

Browse files
Add files via upload
1 parent 217acad commit c42d01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core_engine/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func main() {
123123
}
124124

125125
func testProxy(port int) (int64, string) {
126-
targetURL := "http://cp.cloudflare.com/generate_204"
126+
targetURL := "http://www.google.com/generate_204"
127127
timeout := 8 * time.Second
128128

129129
dialer, err := proxy.SOCKS5("tcp", fmt.Sprintf("127.0.0.1:%d", port), nil, proxy.Direct)

0 commit comments

Comments
 (0)