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
So, we're close. {{knc(1)}} already supports IPv6 on the client side---and you can run it out of inetd(8) or xinetd(8) on an IPv6 socket which is a quick work-around.
Can you please support IPv6 addresses and sockets?
I'd love to use
knc
as a demo or as a trivial security wrapper in our IPv6-only setup but it is lacking in KNC.FYI, this is how I usually handle IPv4-and-IPv6-support in sockets: socket.h and socket.c files.
If your default bind is to
::
you automatically include0.0.0.0
of course.The text was updated successfully, but these errors were encountered: