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