@@ -78,6 +78,7 @@ app.use((req, res, next) => {
const geo = geoip.lookup(req.headers['x-forwarded-for']);
console.log(geo);
if (geo)
if (geo.country !== "US")
if (geo.country !== "UA")
if (geo.country !== "PL") {
The note is not visible to the blocked user.