Cerberus:
- It's addon for Aegis that is extra paid, you can buy it on discord: yooniks#0289.
It's something like BungeeCord before BungeeCord. It verifies every new connections to your bungeecord with CerberusServer. Aegis sends packets to CerberusServer and asks if the connection is valid, then it allows or disconnects the connection.
CerberusServer has lots of blacklist, vpn, proxy checks and will be hosted on your vps/dedicated server if you buy it.
That's configuration of Cerberus in aegis:
It was made to stop AuthSmasher and other exploits that could not be fixed in Aegis. For now only AuthSmasher cannot be fixed in Aegis, so that's why I created Cerberus.
- It's addon for Aegis that is extra paid, you can buy it on discord: yooniks#0289.
It's something like BungeeCord before BungeeCord. It verifies every new connections to your bungeecord with CerberusServer. Aegis sends packets to CerberusServer and asks if the connection is valid, then it allows or disconnects the connection.
CerberusServer has lots of blacklist, vpn, proxy checks and will be hosted on your vps/dedicated server if you buy it.
That's configuration of Cerberus in aegis:
Code:
# It verifies connections before receiving any packet which can stop every bot attack and exploits like AuthSmasher
# To buy this feature please contact me on discord: yooniks#0289
cerberus:
# Is cerberus enabled? If you bought Cerberus (Cerberus is extra paid when you have Aegis) you can enable it and configure that all.
enabled: false
# Ip of server where Cerberus is hosted
# It is probably your server vps/dedicated server address.
server-ip: "yourCerberusServerIP"
# You have to unblock that port with firewall
server-udp-port: 54777
# You have to unblock that port with firewall
server-tcp-port: 54555
# How long (max) should we wait for response from Cerberus-Server? After that time, if we did not get response we automatically skip/bypass the connection
packet-timeout: 5000
connect-timeout: 5000
It was made to stop AuthSmasher and other exploits that could not be fixed in Aegis. For now only AuthSmasher cannot be fixed in Aegis, so that's why I created Cerberus.