Hello,
I would like to introduce my way to block blacklist of teamspeak.com.
Let's get started !!!
Just use the two commands below with iptables
Next method:
Just add the following lines to the host list.
Next method:
Just add the following lines to the host list.
-> Linux: /etc/hosts
-> Windows: C:\Windows\System32\drivers\etc\hosts
I would like to introduce my way to block blacklist of teamspeak.com.
Let's get started !!!
Just use the two commands below with iptables
Code:
iptables -A INPUT -s blacklist.teamspeak.com -p udp --destination-port 17385 -j DROP
iptables -A INPUT -s blacklist.teamspeak.com -p tcp --destination-port 17385 -j DRO
- The guide was not tested in 100%
- It is not responsible for loss of voice server or ip address on vps / dedyku.
Next method:
Just add the following lines to the host list.
Next method:
Just add the following lines to the host list.
-> Linux: /etc/hosts
-> Windows: C:\Windows\System32\drivers\etc\hosts
Code:
127.0.0.1 teamspeak.com
127.0.0.1 accounting.teamspeak.com
127.0.0.1 backupaccounting.teamspeak.com
127.0.0.1 blacklist.teamspeak.com
127.0.0.1 ipcheck.teamspeak.com
127.0.0.1 ocsp.digicert.com
127.0.0.1 hardy.teamspeak.4players.de
::1 teamspeak.com
::1 accounting.teamspeak.com
::1 backupaccounting.teamspeak.com
::1 blacklist.teamspeak.com
::1 ipcheck.teamspeak.com
::1 ocsp.digicert.com
::1 hardy.teamspeak.4players.de