mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Update default RCON cfg's
This commit is contained in:
parent
8ed5a3a695
commit
184f5cae4b
@ -3,5 +3,4 @@
|
||||
// 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.
|
||||
rcon_address "[127.0.0.1]:37015" // The RCON system will attempt to connect to this address when 'rcon' command is issued.
|
||||
rcon_address "localhost" // The RCON system will attempt to connect to this address when 'rcon' command is issued.
|
||||
|
@ -3,5 +3,4 @@
|
||||
// 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.
|
||||
rcon_address "[127.0.0.1]:37015" // The RCON system will attempt to connect to this address when 'rcon' command is issued.
|
||||
rcon_address "localhost" // The RCON system will attempt to connect to this address when 'rcon' command is issued.
|
||||
|
@ -4,4 +4,4 @@
|
||||
// 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).
|
||||
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).
|
||||
|
@ -9,4 +9,4 @@ sv_rcon_banpenalty "1" // Number of minutes to ban IP befo
|
||||
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.
|
||||
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).
|
||||
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user