-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
counter.dev shows .local and local IP addresses #59
Comments
Oh well I guess you know I use a MacBook LOL |
I even know the hostname... Now I can make a web implementation of nmap using websockets... (It wouldn't be that hard anyways, and it'd be fun. You'd just have to open a websocket on each port and see what sockets take noticeably longer before failing. Of course, I wouldn't log the data using analytics. ) |
@webdev03 No longer logging data from dev servers, see hello-smile6/neofetch-js@942b7ed |
Nice, would be nice to have your client side code:
In the backend (golang) in the appropriate location here: https://github.com/ihucos/counter.dev/blob/master/backend/endpoints/track.go#L78 |
Okay. |
I have counter.dev analytics on
neofetch-js
, and I saw @webdev03 's phone loading a site from their computer in counter.dev . I think analytics requests from.lan
,.local
,10.*.*.*
, and192.168.*.*
, and domain names without a.
(and maybe others) need to be discarded and hidden from users by default, because I should not see their computer's hostname or the port their web server was running on. Please fix this.The text was updated successfully, but these errors were encountered: