Skip to content

Commit ef57b17

Browse files
committed
fix: correct the DIRECT_CONNECT_TEST_URL since forum.fudan.edu.cn doesn't exists
1 parent 07f8957 commit ef57b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/webvpn_proxy.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class WebvpnProxy {
3434
// Cookies related with webvpn
3535
static final ReadonlyCookieJar webvpnCookieJar = ReadonlyCookieJar();
3636

37-
static const String DIRECT_CONNECT_TEST_URL = "https://forum.fudan.edu.cn";
37+
static const String DIRECT_CONNECT_TEST_URL = "https://forum.fduhole.com";
3838

3939
static const String WEBVPN_UIS_LOGIN_URL =
4040
"https://uis.fudan.edu.cn/authserver/login?service=https%3A%2F%2Fid.fudan.edu.cn%2Fidp%2FthirdAuth%2Fcas";

0 commit comments

Comments
 (0)