Update firewall.js, add ddos-guard WAF
Add ddos-guard WAF https://ddos-guard.net/en
This commit is contained in:
@@ -95,6 +95,10 @@ const handler = async (url) => {
|
|||||||
return hasWaf('QRATOR WAF');
|
return hasWaf('QRATOR WAF');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (headers['server'] && headers['server'].includes('ddos-guard')) {
|
||||||
|
return hasWaf('DDoS-Guard WAF');
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
hasWaf: false,
|
hasWaf: false,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user