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
- Host: GitHub
- URL: https://github.com/yamiru/ddos-protection-teamspeak3
- Owner: Yamiru
- Created: 2024-11-16T14:21:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T14:45:33.000Z (7 months ago)
- Last Synced: 2024-11-16T15:25:33.831Z (7 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**