MCPcopy
hub / github.com/ineo6/hosts / IIpManageOption

Interface IIpManageOption

src/IpManage/index.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const SpeedTestPool: { [key: string]: SpeedTest } = {};
5
6interface IIpManageOption {
7 hostList: any;
8 interval: number;
9 dnsProviders: string[];
10 providers: IDnsOption;
11 callback?: Function;
12 silent?: Boolean;
13}
14
15interface IConfig {
16 hostList: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected