OPNsense Forum

English Forums => General Discussion => Topic started by: michaelgo on October 14, 2022, 09:30:16 AM

Title: Nginx User Agents block
Post by: michaelgo on October 14, 2022, 09:30:16 AM
Hi,
what does this block reference to?

if ($http_user_agent ~ ^Mozilla/[\d\.]+$)
    {
      return 418;
    }
thanks