You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constNatAPI=require('nat-api')constclient=newNatAPI()// Get external IPclient.externalIp(function(err,ip){if(err)returnconsole.log('Error',err)console.log('External IP:',ip)})
External IP: 192.168.1.8
The obtained external IP is not a real public IP address.
You should request a website that can view the public IP address to get the real public external IP.
The obtained external IP is not a real public IP address.
You should request a website that can view the public IP address to get the real public external IP.
https://db-ip.com/
The text was updated successfully, but these errors were encountered: