Tutorial Block the black list

Anonims

Member
Feb 9, 2016
81
23
53
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
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
 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
The client seems to check the blacklist per ip too, not domain anymore; check this connection log:
1CaVujA.gifv
(You can rightclick on the gif and click pause/play speed, etc)
[Ignore Spotify.exe and firefox.exe :]

Also the full Log: https://gist.github.com/d85e82aa453cc276eba2e30c74cd9661

Code:
46.105.112.65$network,app=ts3client_win64.exe
 
Last edited by a moderator:
Top