Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.03 KB

Kgb2d Ranked Server Open Source

This is an open source development repository of Official Kgb2d Ranked server.

🛠️ Installation Steps:

1. Copy all the files to your CS2D root directory.

2. Check out serverinfo.txt and edit for your needs.

sys/serverinfo.txt

3. Check out servertransfer.lst and edit for your need.

sys/servertransfer.lst

4. Check out server.cfg and edit for your needs.

sys/server.cfg

🛠️ Iptables Config:

sudo iptables -A INPUT -p udp -m length --length 0:30 -j DROP
sudo iptables -A INPUT -p udp --dport 36963 -m connlimit --connlimit-above 65 -j DROP
sudo iptables -A INPUT -p udp -m limit --limit 10/second -j ACCEPT
sudo iptables -A INPUT -p udp -m limit --limit-burst 50 -j DROP
sudo iptables -A INPUT -p udp -m multiport --dports 500,1194,4500 -j DROP