arrayinamatrix.xyz/index/projects/ip-grabber/script/ip-grabber.js
array-in-a-matrix 0fe79fbdb5 renamed folder
2022-01-23 12:49:08 -05:00

9 lines
No EOL
276 B
JavaScript

// function callback(json) {
// // const file = require('fs');
// const ip = json.ip;
// // file.appendFile('./ip-addresses.log', ip, (e) => {
// // console.log(e);
// // if (e) throw err;
// // });
// document.write("Your public IP address is: ", ip);
// };