tie it all together, needs cleanup

This commit is contained in:
dskvr
2022-12-17 17:36:59 +01:00
parent 6824147db0
commit dda81e466f
18 changed files with 1255 additions and 255 deletions

View File

@@ -45,7 +45,7 @@ const query = async function(){
// console.log(dns, ip)
geo = await getGeo(ip)
console.log(geo, ip, dns)
// console.log(geo, ip, dns)
if(dns)
geo.dns = dns[dns.length-1]