////////////////// rcon_client 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. rcon_password "" // !! WARNING !! Keep empty to disable RCON. Only enable this if you plan on using RCON. sv_rcon_whitelist_address "::ffff:127.0.0.1" // This IP will never get disconnected or banned. Enter your own IP address in the same format here (counts for IPv4 and IPv6).