Expand description
§DNS Server
Builds and serves the private DNS catalog for CodeEditorLand.
Binds exclusively to loopback (127.0.0.1) to prevent LAN exposure.
Functions§
- Build
Catalog - Builds a DNS catalog for the CodeEditorLand private network.
- Serve
- Serves DNS queries on the specified loopback port (async).
- Serve
Sync - Serves DNS queries synchronously (blocking convenience wrapper).