From b406521feb91e37a564dee367c84e98370ea9377 Mon Sep 17 00:00:00 2001 From: John Poland Date: Wed, 15 Oct 2025 20:27:20 -0400 Subject: [PATCH] fortigate/vdom_root/application.cfg Wed Oct 15 08:27:19 PM EDT 2025 --- configs/fortigate/vdom_root/application.cfg | 39 +++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 configs/fortigate/vdom_root/application.cfg diff --git a/configs/fortigate/vdom_root/application.cfg b/configs/fortigate/vdom_root/application.cfg new file mode 100644 index 0000000..6241729 --- /dev/null +++ b/configs/fortigate/vdom_root/application.cfg @@ -0,0 +1,39 @@ +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 + edit "block-high-risk" + config entries + edit 1 + set category 2 6 + next + edit 2 + set action pass + next + end + next +end