Browse Source

Anonymize IP

poeti8 7 years ago
parent
commit
7eadc2be70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      server/controllers/urlController.js

+ 1 - 0
server/controllers/urlController.js

@@ -194,6 +194,7 @@ exports.goToUrl = async (req, res, next) => {
         dp: `/${id}`,
         ua: req.headers['user-agent'],
         uip: req.realIp,
+        aip: 1,
       })
       .send();
   }