Network: Auto-kick clients after too many failed rcon/settings attempts

This commit is contained in:
Jonathan G Rennison
2023-06-14 21:58:35 +01:00
parent 120f0e8a81
commit b18d3c9603
4 changed files with 31 additions and 2 deletions

View File

@@ -256,3 +256,11 @@ var = network.reload_cfg
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_NETWORK_ONLY
def = false
cat = SC_EXPERT
[SDTC_VAR]
var = network.max_auth_failures
type = SLE_UINT8
flags = SF_NOT_IN_SAVE | SF_NO_NETWORK_SYNC | SF_NETWORK_ONLY
def = 10
min = 0
max = 255