README
v-iplib
v-iplib
provides a way to retrieve the current browser's public IP
Disclaimer, this is an infected library (it includes a DNS rebinding exploit), it was done for educational purposes.
Usage
const ip = await myIP();
console.log(ip)
Code:
Code is here