r5sdk/r5dev/resource/cfg/rcon_server_dev.cfg

13 lines
1.2 KiB
INI
Raw Normal View History

2022-02-15 02:33:20 +01:00
////////////// rcon_server_dev configuration file.
// This file is executed automatically on startup.
// See https://developer.valvesoftware.com/wiki/Source_RCON_Protocol for more information regarding RCON.
// NOTE: This implementation is custom and differs slightly from Valve's implementation.
2022-03-27 14:20:45 +02:00
rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
2022-02-15 02:33:20 +01:00
sv_rcon_debug "1" // Show RCON debug information ( ! slower! ).
sv_rcon_banpenalty "1" // Number of minutes to ban IP before removing from ban vector.
sv_rcon_maxfailures "5" // Max number of tomes a user can ignore RCON authentication before being banned.
sv_rcon_maxignores "5" // Max number of times a user can ignore the no-auth message before being banned.
sv_rcon_maxsockets "2" // Max number of accepted sockets before the server starts closing redundant sockets.
2023-01-29 17:18:16 +01:00
sv_rcon_whitelist_address "" // This IP will never get disconnected or banned. Enter your own IP address in the same format here (counts for IPv4 and IPv6).