r5sdk/r5dev/resource/cfg/tools/rcon_server.cfg
Kawe Mazidjatari 5d38b3762b Engine: enforce rcon convar name consistency
Removed extra '_' from sv_rcon_whitelist_address, its now sv_rcon_whitelistaddress.
2024-06-01 11:43:08 +02:00

9 lines
771 B
INI

////////////////// rcon_server 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.
sv_rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON.
sv_rcon_whitelistaddress "" // This IP will never get disconnected or banned. Example [::FFFF:127.0.0.1]:37005 (counts for IPv4 and IPv6).
rcon_key "" // Base64 encoded AES-128 key that will be used to encrypt rcon traffic, leave this empty for a random key that gets printed to the console.