Tutorial Block Filetransfer Clientside

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
There is no perfect solution to this so we need to manipulate the traffic between the client and the server (There might be another solution but i came up with this:
  1. Get Adguard
  2. Install it and either use the test period or get a license (infos in the post above to get a free license)
  3. Go to Settings -> Filtered Apps -> Browse for executable... ( )
  4. Search for your "ts3client_win64.exe" or "ts3client_win32.exe" and click on Open ( )
  5. Go to Ad Blocker -> Open filter editor ( )
  6. Click on + and enter
    Code:
    *.*.*.*:30033$network,app=ts3client_win64.exe
    into the new row ( )
  7. Profit!
 

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
Troubleshooting tips:

  • If you have problems with resolving server domains add this to your user filter:
    Code:
    @@8.8.8.8:53$network,important,app=ts3client_win64.exe
  • If you have problems connecting to myteamspeak add
    Code:
    api.myteamspeak.com
    clientapi.myteamspeak.com
    badges-content.teamspeak.com
    to Network -> Manage HTTPS exclusions ( )
 
Top