Returns the external IP
The external IP [Promise<string>]
[Promise<string>]
Example:
cddnss.getIp() .then((ip) => { console.log(`Your IP is ${ip}`); // "Your IP is 0.0.0.0" });
Last updated 5 years ago