Skip to main content

Block QUIC in 7.2.x

(2025-07-03)

To block the QUIC application signature in the CLI:

config application list
    edit "test"
        set other-application-log enable
        config entries
            edit 1
                set application 40169
                set action block
                set log enable
            next
        end
    next
end

(source)