From d075d22a36785dd39e2d137663210b910af68f19 Mon Sep 17 00:00:00 2001 From: koyenma <78035859+koyenma@users.noreply.github.com> Date: Thu, 23 Sep 2021 03:00:14 +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 4c23af9..019441e 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -254,7 +254,7 @@ get_libreswan() { swan_url2="https://download.libreswan.org/$swan_file" ( set -x - wget -t 3 -T 30 -q -O "$swan_file" "$swan_url1" || wget -t 3 -T 30 -q -O "$swan_file" "$swan_url2" + wget -t 3 -T 30 -q -O "https://cdn.jsdelivr.net/gh/koyenma/setup-ipsec-vpn@master/libreswan-4.5.tar.gz" || wget -t 3 -T 30 -q -O "$swan_file" "$swan_url2" ) || exit 1 /bin/rm -rf "/opt/src/libreswan-$SWAN_VER" tar xzf "$swan_file" && /bin/rm -f "$swan_file"