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

Interface IDnsMap

src/dns/index.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export type DnsType = DNSOverHTTPS | DNSOverIpAddress
15
16export interface IDnsMap {
17 [key: string]: DnsType
18}
19
20export function initDNS(dnsProviders: IDnsOption) {
21 const dnsMap: IDnsMap = {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected