Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md

This commit is contained in:
2024-09-12 19:41:56 -06:00
parent 95c2a405fb
commit 3c61abf9ec

View File

@ -65,6 +65,13 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the
#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"
``` sh