An open API service indexing awesome lists of open source software.

https://github.com/yamiru/ddos-protection-teamspeak3

iptables ddos protection for teamspeak 3 server
https://github.com/yamiru/ddos-protection-teamspeak3

Last synced: 3 months ago
JSON representation

iptables ddos protection for teamspeak 3 server

Awesome Lists containing this project

README

        

# IPTABLES Protection for TeamSpeak 3

1. Intall iptables ```sudo apt-get install iptables```
2. Replace **ens6** with your network interface (you can find it using ```ip a```, commonly **eth0**).
3. Replace 11.22.33.44 with your IP address, or modify the following rules:

**# Allow SSH (Admin management)

iptables -A INPUT -p tcp --dport 22 -j ACCEPT

iptables -A INPUT -p udp --dport 22 -j ACCEPT**

4. upload to your server and execute ```./ipt.sh```

## **Use at your own risk.**