From 2a93eeaf66552ba175bf2a1fe8d483473a3803cb Mon Sep 17 00:00:00 2001 From: John Poland Date: Sat, 11 Oct 2025 17:07:42 -0400 Subject: [PATCH] fortigate/global/application.cfg Sat Oct 11 05:07:41 PM EDT 2025 --- configs/fortigate/global/application.cfg | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 configs/fortigate/global/application.cfg diff --git a/configs/fortigate/global/application.cfg b/configs/fortigate/global/application.cfg new file mode 100644 index 0000000..816ed80 --- /dev/null +++ b/configs/fortigate/global/application.cfg @@ -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