fortigate/vdom_TEST/application.cfg Wed Oct 15 08:27:19 PM EDT 2025

This commit is contained in:
John Poland 2025-10-15 20:27:19 -04:00
parent 811e2869b7
commit b3c4927681

View File

@ -0,0 +1,29 @@
config application list
edit "g-default"
set comment "Monitor all applications."
config entries
edit 1
set action pass
next
end
next
edit "g-sniffer-profile"
set comment "Monitor all applications."
unset options
config entries
edit 1
set action pass
next
end
next
edit "g-wifi-default"
set comment "Default configuration for offloading WiFi traffic."
set deep-app-inspection disable
config entries
edit 1
set action pass
set log disable
next
end
next
end