fix ip check
This commit is contained in:
parent
0048f1538c
commit
071a1730b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue