wpt
wpt copied to clipboard
Add a DNS server to tools.serve
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.
See #52428 for infrastructure updates.
The TC infrastructure/ tests failure is https://github.com/web-platform-tests/wpt/issues/52502.