We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75071f4 commit 80f8548Copy full SHA for 80f8548
README.md
@@ -85,7 +85,8 @@ port = 25565
85
# Sets the maximum time a client can stay connected to the server. Used to prevent idle or junk connections.
86
timeout = 10
87
88
-# [Optional] This setting defines the server IP to prevent proxy bypass or spoofing.
+# [Optional] This parameter defines the server host to which the clients connect.
89
+# This is necessary to prevent proxy bypass or spoofing.
90
server_ip = "localhost"
91
92
[server.config]
0 commit comments