Blocking User-Agent
sub vcl_recv{
if (req.http.User-Agent ~ "^curl") {
call deny_request;
}
}Last updated
Was this helpful?
sub vcl_recv{
if (req.http.User-Agent ~ "^curl") {
call deny_request;
}
}Last updated
Was this helpful?
Was this helpful?