adishegde / media_hub

Decentralized file sharing over LAN
https://adishegde.github.io/media_hub/
MIT License
25 stars 2 forks source link

Server shouldn't respond to search requests from same machine #3

Closed adishegde closed 6 years ago

adishegde commented 6 years ago

Currently, the server responds even if the search request is from the same machine. This seems unnecessary and leads to clutter.

The server should not respond if the request is from the same machine. There should be an option to toggle this.