Add dns server

This commit is contained in:
Owen
2026-09-09 10:43:28 -04:00
parent 294830db08
commit 2c5b1e5f0f
10 changed files with 1542 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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.
}