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"