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