How can i disable Proxy Check option?

Hi for everyone but firstly for Ruri,
Thanks for this project and I hope you continue to develop this project <3

I created a OB2 Panel for my team and i am using docker for installation because i know only docker installation and i didn’t see FTP or different type installation for see all files.
My some idiot team members using proxy check and f**king my servers.
My server often gets overloaded and starts throwing errors from this problem.
How can i disable proxy check option for guests?

btw i am using CentOS 7 with this codes for installation;

sudo yum update
curl -fsSL https://get.docker.com/ | sh
sudo systemctl start docker
sudo systemctl enable docker
systemctl disable firewalld
systemctl stop firewalld
systemctl restart docker
sudo yum install screen
screen
docker run -p 80:5000 -v UserData:/app/UserData -it openbullet/openbullet2:latest

Best regards.

Hi, can you specify what you mean with proxy check? Do you mean creating and running a proxy check job? And if I may ask, why would it mess up your server?

There is a way to change the bot limit across the entire the application, but apart from this the guest permission settings do not allow for granularity at the moment. This is planned in the future but I don’t know when I will be able to address this.