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

This commit is contained in:
2024-09-12 19:51:34 -06:00
parent 2a4e27673a
commit db1b8c071d

View File

@ -78,7 +78,7 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the
``` powershell ``` powershell
CD "C:\Scripts" CD "C:\Scripts"
Check-IHS-Tunnel Check-VPN-Tunnel
Add-Content -Path "C:\Scripts\VPN_Tunnel_Checker\Tunnel.log" -Value "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') Heartbeat" Add-Content -Path "C:\Scripts\VPN_Tunnel_Checker\Tunnel.log" -Value "$(Get-Date -Format 'yyyy-MM-dd HH:mm:ss') Heartbeat"
``` ```