mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-05-10 15:56:15 +00:00
Tweak conf comment
This commit is contained in:
parent
568c968c4e
commit
7056bef383
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue