fix ip check
This commit is contained in:
parent
0048f1538c
commit
071a1730b9
|
@ -37,7 +37,7 @@ export class DownloadService {
|
||||||
buildConnector({
|
buildConnector({
|
||||||
...this.httpRequestService.clientDefaults.connect,
|
...this.httpRequestService.clientDefaults.connect,
|
||||||
}),
|
}),
|
||||||
this.isPrivateIp
|
(ip) => !this.isPrivateIp(ip)
|
||||||
),
|
),
|
||||||
bodyTimeout: 30 * 1000,
|
bodyTimeout: 30 * 1000,
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in New Issue