• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed spam protection. BUG

SHELOFASTOV

Fanatic member
Premium User
When rebooting a server with a large amount of online, people can not access the server:
"Action currently not possible due to spam protection. Please wait a few seconds and try again."
 

REDOSS

TeaSpeak Team
Staff member
TeaTeam
Set the value in config.yml for connect_limit to 0, that is, unlimited.
Code:
voice:
  #Description:
  #  Maximum amount of join attempts per second.
  #Notes:
  #  A value of zero means unlimited
  #The value must be a positive numeric value between 0 and 1024
  connect_limit: 0
  #Description:
  #  Maximum amount of join attempts per second per ip.
  #Notes:
  #  A value of zero means unlimited
  #The value must be a positive numeric value between 0 and 1024
  client_connect_limit: 3
 

SHELOFASTOV

Fanatic member
Premium User
Set the value in config.yml for connect_limit to 0, that is, unlimited.
Code:
voice:
  #Description:
  #  Maximum amount of join attempts per second.
  #Notes:
  #  A value of zero means unlimited
  #The value must be a positive numeric value between 0 and 1024
  connect_limit: 0
  #Description:
  #  Maximum amount of join attempts per second per ip.
  #Notes:
  #  A value of zero means unlimited
  #The value must be a positive numeric value between 0 and 1024
  client_connect_limit: 3
thanks, I will check accomplish your goal
 

REDOSS

TeaSpeak Team
Staff member
TeaTeam
Hm what really dosnt work with 0?
If connect_limit = 0, then the server will not run user to the server.
Reason: Action currently not possible due to spam protection. Please wait a few seconds and try again.