Skip to main content
jkoay
Staff & Editor
Staff & Editor
November 17, 2020

Technical Tip: FortiGuard category based filter with exclusion

  • November 17, 2020
  • 0 replies
  • 1560 views
Description
This article describes how to exclude specific application signature ID in a specific application category while having all applications in the category blocked.

Solution
Below is an example of blocking all Proxy applications while excluding HTTP.Proxy application signature.
# config application list
    edit Exclude_HTTP_Proxy
# config entries

    edit 1
        set category 6
        set exclusion 107347980
        set action block
    end
end