Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns: support dns module in the snapshot #44633

Closed
wants to merge 2 commits into from

Commits on Sep 14, 2022

  1. 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.
    joyeecheung committed Sep 14, 2022
    Copy the full SHA
    acbe447 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fixup! dns: support dns module in the snapshot

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    joyeecheung and aduh95 committed Sep 20, 2022
    Copy the full SHA
    57e7507 View commit details
    Browse the repository at this point in the history