From db1b8c071dad0bc45320af732b9fe469669edbef Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 12 Sep 2024 19:51:34 -0600 Subject: [PATCH] Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md --- .../Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4dffd51..c0127d5 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 @@ -78,7 +78,7 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the ``` powershell 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" ```