🚧 Work in progress

This commit is contained in:
Alicia Sykes
2022-07-19 13:14:16 +01:00
parent 9018f6fdd1
commit a745e28388
5 changed files with 93 additions and 2 deletions

View File

@ -7,7 +7,6 @@ exports.handler = function (event, context, callback) {
.replaceAll('https://', '')
.replaceAll('http://', '');
dns.lookup(address, (err, ip, family) => {
console.log(err);
if (err) {
callback(null, {
statusCode: 405,