From 3c61abf9ecbe59b032a8a193fa67de6c047dfb3f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 12 Sep 2024 19:41:56 -0600 Subject: [PATCH] Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md --- .../Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md b/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md index d74bc2d..3426c65 100644 --- a/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md +++ b/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md @@ -64,6 +64,13 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the #Write-Host "Checking Tunnel Quality After Running Script..." #Trace-VPN-Tunnel ``` + + !!! note "Optional Reporting" + You may find that you want some extra logging enabled so you can track the script doing its job to ensure its working. You can add the following to the script above to add that functionality. + + ``` powershell + PLACEHOLDER + ``` === "Linux"