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. }