Is there a way to get private IPs using Javascript

190 views Asked by At

I am going to make a console interface and it would connect to my virtual machine. However, I would want to find out who's connected on my local network so is there a way to get the client's local IP using pure JavaScript and no third party libraries? I have tried other methods like WebRTC but they don't seem to work anymore. PHP is also fine, but I would need to transfer the variable to the JavaScript.

0

There are 0 answers