Jelajahi Sumber

refactor(appprofile): update test url endpoint

- internet-test-url change to https://wifi.vivo.com.cn/generate_204
- proxy-test-url change to https://cp.cloudflare.com
Sukka 5 tahun lalu
induk
melakukan
6e258c469b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      config/appprofile.example.php

+ 2 - 2
config/appprofile.example.php

@@ -33,8 +33,8 @@ $_ENV['Surge_Profiles'] = [
             'socks5-listen'               => '0.0.0.0:8235',
             'wifi-access-http-port'       => 6152,
             'wifi-access-socks5-port'     => 6153,
-            'internet-test-url'           => 'http://baidu.com',
-            'proxy-test-url'              => 'http://www.qualcomm.cn/generate_204',
+            'internet-test-url'           => 'https://wifi.vivo.com.cn/generate_204',
+            'proxy-test-url'              => 'https://cp.cloudflare.com',
             'test-timeout'                => 3
         ],
         'Proxy' => [