We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9e814 commit 315965aCopy full SHA for 315965a
daemon/References/Windows/scripts/build-wireguard.bat
@@ -27,7 +27,7 @@ if not exist "%SCRIPTDIR%..\.deps\wireguard-windows\.deps\prepared" (
27
cd "%SCRIPTDIR%..\.deps"
28
29
echo [*] Cloning wireguard-windows...
30
- git clone git://git.zx2c4.com/wireguard-windows || exit /b 1
+ git clone https://git.zx2c4.com/wireguard-windows || exit /b 1
31
cd wireguard-windows || exit /b 1
32
33
echo [*] Checking out wireguard-windows version [%WGVER%]...
0 commit comments