9 lines
No EOL
276 B
JavaScript
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);
|
|
// };
|