It will load the serverbanner since the TeamSpeak Client will always act as normal Client.
Only thing you could do is to add the server address where you receive the banner to your servers hosts file
By tracking the i.imgur.com domain I get the following IP:you can only add hostnames to your hosts file
Even though adding and restarting the VPS server still did not work.
127.0.0.1 151.101.204.193
you can only add >hostnames< to your hosts file
127.0.0.1 i.imgur.com
I did just that friend, but it does not seem to workIf you add the following following to your hosts file it will redirect all requests that are intended for i.imgur.com to localhost:
127.0.0.1 i.imgur.com
That's because the image is still cached locally.I did just that friend, but it does not seem to work
See the attached prints, including demonstrating the difference of teamspeak with the gif banner and without it in VPS memory usage
rm -rf /opt/sinusbot/data/ts3/*/*/cache
Thank you very much for the help, I'll do it right now.That's because the image is still cached locally.
You need to delete the TeamSpeak Client cache:
Note: the path to your TeamSpeak Client might be different, change it accordingly.Bash:rm -rf /opt/sinusbot/data/ts3/*/*/cache