Use client-hostname by default - #352
Conversation
This is more likely to be correct, that you want to connect back to the same hostname you connected to the application on. The binding hostname that was used otherwise is more likely to be an internal IP such as 0.0.0.0 which is not a valid way to access the web anymore.
61909d5 to
c99c76b
Compare
|
Thanks for the PR! The
I think the narrower fix is to keep |
This is more likely to be correct, that you want to connect back to the same hostname you connected to the application on.
The binding hostname that was used otherwise is more likely to be an internal IP such as 0.0.0.0 which is not a valid way to access the web anymore.
Fix #351