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.
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.