mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-09 05:04:31 +02:00
🚧 Work in progress
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user