mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-11 05:26:32 +02:00
9 lines
257 B
TypeScript
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.
|
|
}
|