mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-13 02:34:30 +02:00
Update firewall.js, add ddos-guard WAF
Add ddos-guard WAF https://ddos-guard.net/en
This commit is contained in:
parent
a59c33571a
commit
7125eeff5d
@ -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