mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-08 20:54:30 +02:00
Adds checking for Blocklists
This commit is contained in:
@ -99,7 +99,7 @@ exports.handler = middleware(async (url) => {
|
||||
const results = await checkDomainAgainstDnsServers(domain);
|
||||
return {
|
||||
statusCode: 200,
|
||||
body: JSON.stringify(results)
|
||||
body: JSON.stringify({ blocklists: results })
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user