karpathy / ulogme

Automatically collect and visualize usage statistics in Ubuntu/OSX environments.
1.03k stars 195 forks source link

Protect privacy #33

Open tndoan opened 8 years ago

tndoan commented 8 years ago

Originally, every machine in local network could view our data. To protect privacy, I have added allowed_ip.txt to indicate IP addresses which are allowed to view our data. We reject requests from IP addresses which are not in the list.

The README.md is also updated to describe the new feature.