Skip to main content

Module Server

Module Server 

Source
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§

BuildCatalog
Builds a DNS catalog for the CodeEditorLand private network.
Serve
Serves DNS queries on the specified loopback port (async).
ServeSync
Serves DNS queries synchronously (blocking convenience wrapper).