Elixir Node Server Porperties issue #4911
-
The server changes any start the ip 0.0.0.0 and i cant connect to the server with my ip only with a tcp tunnel |
Beta Was this translation helpful? Give feedback.
Answered by
Sharktheone
Nov 2, 2023
Replies: 1 comment
-
So I guess, you mean that any start IP changes to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danny6167
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I guess, you mean that any start IP changes to
0.0.0.0
. This should not matter for your use case, since what0.0.0.0
does is it allows all IPs to connect to the Server. The reason why you can't connect to your server is probably because you are not in the same network and so need to allow connections to this port in your firewall (port forwarding).