mirror of
https://github.com/Lissy93/web-check.git
synced 2025-04-29 11:54:32 +02:00
Merge pull request #143 from n0a/patch-2
Update firewall.js, add ddos-guard WAF
This commit is contained in:
commit
c30e3a015c
@ -95,6 +95,10 @@ const handler = async (url) => {
|
||||
return hasWaf('QRATOR WAF');
|
||||
}
|
||||
|
||||
if (headers['server'] && headers['server'].includes('ddos-guard')) {
|
||||
return hasWaf('DDoS-Guard WAF');
|
||||
}
|
||||
|
||||
return {
|
||||
hasWaf: false,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user