You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
When creating nodejs'
dgram.Socketit is bound to all hosts by default. Is this intentional?For public servers it might be a good idea to only bind to specific interfaces (e.g. localhost); this can be modified by calling
Socket.bind.