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
to have a special host name "*" that would imply listening on all available addresses (may be a bit tricky to implement as one would need to check what address types are actually available).
to extend "server.addr" or add new "server.listen" option that supports a comma separated list of addresses as follows "0.0.0.0:443,[::]:8888,localhost" (if port is not specified then use "server.port" option as common default). Better, but some parsing would be required.
to have ad_server_add_listen_addr(server, addr, port) method to add sockets.
My favorite is 3 but it will break backward compatibility. What do you think?
I need the server to listen on both IPv6 and IPv4 addresses. How do I do that?
The text was updated successfully, but these errors were encountered: