Redirect by Location not working properly - need help

Hello,
So I am trying to redirect users that access my site (
fallguys-esportinfo.netlify.app) from 2 countries, I followed the netlify documentation and created a _redirects file with the nessecary information. Which currently looks like this:

/* Rick Astley - Never Gonna Give You Up (Official Music Video) - YouTube 302! Country=be,ee
/* /200.html 200
/* /200.html 404

The good part is that the first country be “belgium” is getting redirected, but the second country estonia is still accessing the website normally, I can’t find the issue. I tried seperating the countries into 2 different rows which didnt work either. Need help sorting this out!