mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Added server side setting to allow the requirement of a client id from clients.
This commit is contained in:
parent
95cc10a278
commit
b62ffdeb0b
8 changed files with 18 additions and 5 deletions
|
|
@ -46,6 +46,9 @@ clientkeepalive=1
|
|||
; considered disconnected; default is 15
|
||||
max_player_inactivity_time=15
|
||||
|
||||
; More modern clients generate client IDs based on specific client side information. Enable this option to
|
||||
' require that clients report the client ID in order to log into the server. Default is false
|
||||
requireclientid=false
|
||||
|
||||
[authentication]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue