chore: replace wget with curl in various scripts for consistency and reliability
- Updated WafConfig.tsx to correct regex for common bad bots. - Modified cerberus_integration.sh to use curl instead of wget for backend readiness check. - Changed coraza_integration.sh to utilize curl for checking httpbin backend status. - Updated crowdsec_startup_test.sh to use curl for LAPI health check. - Replaced wget with curl in install-go-1.25.5.sh for downloading Go. - Modified rate_limit_integration.sh to use curl for backend readiness check. - Updated waf_integration.sh to replace wget with curl for checking httpbin backend status.
This commit is contained in:
@@ -67,7 +67,7 @@ sha256sum powerdns.so
|
||||
Download the `.so` file for your platform:
|
||||
|
||||
```bash
|
||||
wget https://example.com/plugins/powerdns-linux-amd64.so -O powerdns.so
|
||||
curl https://example.com/plugins/powerdns-linux-amd64.so -O powerdns.so
|
||||
```
|
||||
|
||||
2. **Verify Plugin Integrity (Recommended)**
|
||||
|
||||
Reference in New Issue
Block a user