From ccddfcc0a70f203165801080ea8938026882c177 Mon Sep 17 00:00:00 2001 From: koyenma <78035859+koyenma@users.noreply.github.com> Date: Wed, 22 Sep 2021 18:27:55 +0800 Subject: [PATCH] Update vpnsetup_centos.sh --- vpnsetup_centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 09f33ca..740d64c 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -250,7 +250,7 @@ get_libreswan() { if ! check_libreswan; then bigecho "Downloading Libreswan..." swan_file="libreswan-$SWAN_VER.tar.gz" - swan_url1="https://cdn.jsdelivr.net/gh/libreswan/libreswan/archive/v$SWAN_VER.tar.gz" + swan_url1="https://cdn.jsdelivr.net/gh/koyenma/setup-ipsec-vpn/master/libreswan-4.5.tar.gz" swan_url2="https://download.libreswan.org/$swan_file" ( set -x