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