wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Add a DNS server to tools.serve

Open gsnedders opened this issue 7 months ago • 2 comments

This provides another means of mapping hosts, for cases where using a local DNS server is the simplest solution.

Currently, this can only be started via wpt serve --enable-dns; this may be started automatically for some browsers in the future.

There is also a --wildcard-dns=N which instead of merely mapping the current config's domains instead maps all subdomains N deep, only excluding the config's not_subdomains.

gsnedders avatar May 08 '25 17:05 gsnedders

See #52428 for infrastructure updates.

gsnedders avatar May 12 '25 21:05 gsnedders

The TC infrastructure/ tests failure is https://github.com/web-platform-tests/wpt/issues/52502.

gsnedders avatar May 15 '25 01:05 gsnedders