From 0afa048b3739ef0b69a1bc91a8dd1ad60fa1f180 Mon Sep 17 00:00:00 2001 From: koyenma <78035859+koyenma@users.noreply.github.com> Date: Thu, 23 Sep 2021 04:03:32 +0800 Subject: [PATCH] Update c1.sh --- c1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c1.sh b/c1.sh index bcac383..4cb1660 100644 --- a/c1.sh +++ b/c1.sh @@ -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