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
I tried using this library on a debian machine binding to the default 0.0.0.0 adress.
My node version is 13.7.0.
The library fails to bind to the specified port (no matter which one I choose). I located the error in this line where it says udp6 instead of udp4. If I change it the error disappears and everything seems to work. But I don't understand why no one else seemed to have this issue before and why there even was udp6 in this line in the first place.
So it this a bug and can I change it?
Kind regards
Joshua
The text was updated successfully, but these errors were encountered:
JoshuaDietz
added a commit
to JoshuaDietz/node-named
that referenced
this issue
Mar 20, 2020
Hi,
I tried using this library on a debian machine binding to the default 0.0.0.0 adress.
My node version is 13.7.0.
The library fails to bind to the specified port (no matter which one I choose). I located the error in this line where it says udp6 instead of udp4. If I change it the error disappears and everything seems to work. But I don't understand why no one else seemed to have this issue before and why there even was udp6 in this line in the first place.
So it this a bug and can I change it?
Kind regards
Joshua
The text was updated successfully, but these errors were encountered: