remove proxy usage
This commit is contained in:
parent
9d8f1e3656
commit
ae3c2d84d4
|
|
@ -29,9 +29,9 @@ class CustomHttpClient {
|
||||||
// Use Nekoray mixed proxy
|
// Use Nekoray mixed proxy
|
||||||
// Made it for myself, remove later
|
// Made it for myself, remove later
|
||||||
final httpClient = HttpClient(context: context);
|
final httpClient = HttpClient(context: context);
|
||||||
httpClient.findProxy = (uri) {
|
// httpClient.findProxy = (uri) {
|
||||||
return 'PROXY localhost:2080;';
|
// return 'PROXY localhost:2080;';
|
||||||
};
|
// };
|
||||||
|
|
||||||
return httpClient;
|
return httpClient;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue