@infosechandbook@chaos.social A default Jitsi quickinstall setup also uses the Google STUN servers for WebRTC with only two participants (at least that's how I understand the documentation).
/etc/jitsi/meet/jitsi.example.com-config.js:
// The STUN servers that will be used in the peer to peer connections
stunServers: [
{ urls: 'stun:stun.l.google.com:19302' },
{ urls: 'stun:stun1.l.google.com:19302' },
{ urls: 'stun:stun2.l.google.com:19302' }
],
@galaxis
Holy shit! That's true. I just tried on my server and those lines are there.
After commenting those line and rebooting, #Jitsi still seems to work, but this is terrible.
See also:
https://mastodon.social/@FuckOffGoogleZurich/103860601969645576
c/c
@z428
@infosechandbook
#FuckOffGoogle