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

Update c1.sh

This commit is contained in:
koyenma 2021-09-23 04:03:32 +08:00 committed by GitHub
parent 06f550509d
commit 0afa048b37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
c1.sh
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://github.com/libreswan/libreswan/archive/$swan_file"
swan_url1="https://cdn.jsdelivr.net/gh/koyenma/setup-ipsec-vpn@master/$swan_file"
swan_url2="https://download.libreswan.org/$swan_file"
(
set -x