fix(core): update
This commit is contained in:
parent
ed8b7ec65a
commit
0deb77cda8
3067
package-lock.json
generated
3067
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -28,8 +28,7 @@
|
|||||||
"@pushrocks/smartdelay": "^2.0.10",
|
"@pushrocks/smartdelay": "^2.0.10",
|
||||||
"@pushrocks/smartpromise": "^3.0.6",
|
"@pushrocks/smartpromise": "^3.0.6",
|
||||||
"@pushrocks/smartrequest": "^1.1.47",
|
"@pushrocks/smartrequest": "^1.1.47",
|
||||||
"@tsclass/tsclass": "^3.0.21",
|
"@tsclass/tsclass": "^3.0.21"
|
||||||
"dns2": "^1.4.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.24",
|
"@gitzone/tsbuild": "^2.1.24",
|
||||||
|
@ -14,9 +14,3 @@ import * as tsclass from '@tsclass/tsclass';
|
|||||||
|
|
||||||
export { tsclass };
|
export { tsclass };
|
||||||
|
|
||||||
// third party scope
|
|
||||||
import dns2 from 'dns2';
|
|
||||||
|
|
||||||
export {
|
|
||||||
dns2
|
|
||||||
}
|
|
||||||
|
@ -24,8 +24,6 @@ export class Smartdns {
|
|||||||
public dnsServerIp: string;
|
public dnsServerIp: string;
|
||||||
public dnsServerPort: number;
|
public dnsServerPort: number;
|
||||||
|
|
||||||
public dns2 = new plugins.dns2();
|
|
||||||
|
|
||||||
public dnsTypeMap: { [key: string]: number } = {
|
public dnsTypeMap: { [key: string]: number } = {
|
||||||
A: 1,
|
A: 1,
|
||||||
AAAA: 28,
|
AAAA: 28,
|
||||||
@ -67,8 +65,6 @@ export class Smartdns {
|
|||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
await plugins.smartdelay.delayFor(intervalArg);
|
await plugins.smartdelay.delayFor(intervalArg);
|
||||||
// lets try backup strategy
|
|
||||||
const backupResult = this.dns2[`resolve${recordTypeArg}`]('google.com')
|
|
||||||
return await doCheck();
|
return await doCheck();
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user