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

Interface IDnsOption

src/dns/index.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface IDnsOption {
11 [key: string]: IProvider
12}
13
14export type DnsType = DNSOverHTTPS | DNSOverIpAddress
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected