1
0
Fork 0
mirror of synced 2025-04-05 06:03:33 +03:00

Update vpnsetup_centos.sh

This commit is contained in:
koyenma 2021-09-23 02:53:46 +08:00 committed by GitHub
parent ccddfcc0a7
commit 8f8cd68e80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/koyenma/setup-ipsec-vpn/master/libreswan-4.5.tar.gz"
swan_url1="https://cdn.jsdelivr.net/gh/koyenma/setup-ipsec-vpn@master/$swan_file"
swan_url2="https://download.libreswan.org/$swan_file"
(
set -x