electerious / ackee-tracker

Transfer data to Ackee.
MIT License
196 stars 22 forks source link

Option to exclude IPs #9

Closed styxlab closed 4 years ago

styxlab commented 4 years ago

I'm authoring a blog and would like to exclude tracking authors/site administrators when they access the website. The IPs from which they access the site are well known, so an option to exclude a list of IPs from tracking would be nice.

electerious commented 4 years ago

I don't want to reinvent the wheel and therefore recommend to use a reverse proxy to block IPs. A reverse proxy is the preferred way to "host" Ackee.

Here's a tutorial on how to block IPs using NGINX: https://www.cyberciti.biz/faq/linux-unix-nginx-access-control-howto/

Would this do the job?

styxlab commented 4 years ago

Yes, that'll do. Thanks!