Files
pangolin/server/dns.ts
T
2026-09-09 10:43:28 -04:00

9 lines
257 B
TypeScript

export async function startDnsServer() {
// No-op: the authoritative DNS server is only available in builds
// that include the private/enterprise feature set.
}
export async function stopDnsServer() {
// No-op counterpart to startDnsServer.
}