1 parent 143293b commit 5b3c5b1Copy full SHA for 5b3c5b1
1 file changed
lib/common/request.dart
@@ -130,7 +130,7 @@ class Request {
130
131
final List<String> _ipInfoSources = [
132
'https://1.1.1.1/cdn-cgi/trace',
133
- 'https://cp.cloudflare.com/cdn-cgi/trace',
+ 'https://162.159.36.1/cdn-cgi/trace',
134
];
135
136
final List<String> _domesticIpSources = [
@@ -217,7 +217,6 @@ class Request {
217
}) async {
218
return _checkIpFromSources(_domesticIpSources, cancelToken, timeout);
219
}
220
-
221
222
223
final request = Request();
0 commit comments