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