diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index ba20ca933..76efc08f7 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -4,9 +4,9 @@ bind = 127.0.0.1 # The public host name or IP address. Used to forward clients from the login # server to the world server. The default value will only allow local connections. -# If you encounter issues trying to connect to the world from machines on the same network (or the same machine when this is not the default value) -# when hosting a public server with a router that lacks Hairpin NAT support, make sure the hosts file on this system -# has the host name of the system set to resolve to it's local IP address on the network. +# If you encounter issues trying to connect to the world from other machines on the same network +# when this is not the default value and you have a router that lacks Hairpin NAT support, make sure +# the hosts file on this system has the host name of the system set to resolve to it's local IP address on the network. public = 127.0.0.1 # Login server configuration