From 72cbedc0f12776c921b7f3d647e49b3c4dbd8c83 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 12 Sep 2024 19:08:57 -0600 Subject: [PATCH] Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md --- .../Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 4fc82af..a7d18b1 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 @@ -12,7 +12,7 @@ You need to configure a user account that will be specifically used for leveragi You need a place to put the script (and if on Windows, `curl.exe`). Follow the instructions specific to your platform below: === "Windows" - Download `curl.exe` from this location: [Download]() and place it somewhere on the operating system, such as `C:\Scripts\VPN_Tunnel_Checker`. Then copy this script into that same folder and call it `Tunnel_Checker.ps1` with the content below: + Download `curl.exe` from this location: [Download](https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win64-mingw.zip) and place it somewhere on the operating system, such as `C:\Scripts\VPN_Tunnel_Checker`. Then copy this script into that same folder and call it `Tunnel_Checker.ps1` with the content below: ``` powershell function Reset-VPN-Tunnel { @@ -57,5 +57,5 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the === "Linux" ``` sh - sudo dnf check-update + PLACEHOLDER ``` \ No newline at end of file