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

Interface IConfig

src/IpManage/index.ts:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15interface IConfig {
16 hostList: any;
17 interval: number;
18 dnsProviders: string[];
19 dnsMap: IDnsMap;
20 callback?: Function;
21 silent?: Boolean;
22}
23
24export default class IpManage {
25 private config: IConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected