node/lib/internal/dns
Joyee Cheung 8821860f11
dns: support dns module in the snapshot
For the initial iteration, only the default resolver can be
serialized/deserialized. If `dns.setServers()` has been
called, we'll preserve the configured DNS servers in the snapshot.
We can consider exposing the serialization method if it becomes
necessary for user-land snapshots.

PR-URL: https://github.com/nodejs/node/pull/44633
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-09-29 01:58:21 +08:00
..
callback_resolver.js dns: refactor default resolver 2022-09-13 13:36:08 +00:00
promises.js dns: remove unnecessary parameter from validateOneOf 2022-09-17 11:44:02 +00:00
utils.js dns: support dns module in the snapshot 2022-09-29 01:58:21 +08:00