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.
What is the main concern here? While it binds on all ports by default, it is only sending out on localhost. Additionally, would you be willing to create a pull request?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating nodejs'
dgram.Socket
it 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
.The text was updated successfully, but these errors were encountered: