X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Fserver.cfg;h=0dcb1516c3a86840b8e066aeaed86c719a7c7aca;hp=e7622cf112ac357f790f4f50742172deeff0a9f3;hb=b1b6795385272ae33621fcb9f7c06ddc383c642f;hpb=6ef6830abc842e47e66dcdd605c1f8d938b4c012 diff --git a/server/server.cfg b/server/server.cfg index e7622cf1..0dcb1516 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -1,5 +1,5 @@ // This is an example config, to actually use it, copy it to ~/.xonotic/data on linux -// or the equivalent directory on your OS (http://www.xonotic.org/faq/#config). +// or the equivalent directory on your OS (https://xonotic.org/faq/#config). // Two slashes start a comment until the end of the line. // Surround settings with double quotes (e.g. cvar_name "some value") unless they're a single number or word. @@ -8,7 +8,7 @@ // Semicolon separates commands (in console or in aliases). // Search for settings and descriptions using the 'search' command in console -// or online: http://www.xonotic.org/tools/cacs/ +// or online: https://xonotic.org/tools/cacs/ @@ -30,7 +30,7 @@ //maxplayers 8 // number of player slots on the server (including spectators) -//net_address 0.0.0.0 // ONLY change this if you have problems with your server. Specifies the network interface used by the engine. Set it you one of you internal IPs +//net_address 0.0.0.0 // ONLY change this if you have problems with your server. Specifies the network interface used by the engine. Set it to one of your internal IPs //rcon_password "" // this sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command. //rcon_restricted_password "" // put here the password for a "restricted" rcon user (see below)