Skip to content

Commit 9d80b3b

Browse files
Add files via upload
1 parent 97314b5 commit 9d80b3b

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
@@ -121,7 +121,7 @@ func main() {
121121

122122
func testProxy(port int) (int64, string) {
123123
// * This function tests the SOCKS5 proxy that the Xray core creates.
124-
targetURL := "https://www.gstatic.com/generate_204"
124+
targetURL := "http://cp.cloudflare.com/generate_204"
125125
timeout := 8 * time.Second
126126

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

0 commit comments

Comments
 (0)