From 565b408d0fa1520c18b247a0debe9e6040c65497 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Sun, 16 Oct 2022 00:48:33 -0500 Subject: [PATCH] Update IKEv2 script --- Dockerfile | 2 +- Dockerfile.debian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73694dff..2269cdde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -x \ bison flex gcc make libc-dev bsd-compat-headers linux-pam-dev \ nss-dev libcap-ng-dev libevent-dev curl-dev nspr-dev -RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/cc99e1812393b659621cfc10e60eec2c3c9747af/extras/ikev2setup.sh \ +RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/3dc675ba375c48cd2cc4460091a419e8c6f7d8b2/extras/ikev2setup.sh \ && chmod +x /opt/src/ikev2.sh \ && ln -s /opt/src/ikev2.sh /usr/bin diff --git a/Dockerfile.debian b/Dockerfile.debian index f64a7051..31c91810 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -42,7 +42,7 @@ RUN apt-get -yqq update \ && rm -rf /var/log/* \ && update-alternatives --set iptables /usr/sbin/iptables-legacy -RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/cc99e1812393b659621cfc10e60eec2c3c9747af/extras/ikev2setup.sh \ +RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/3dc675ba375c48cd2cc4460091a419e8c6f7d8b2/extras/ikev2setup.sh \ && chmod +x /opt/src/ikev2.sh \ && ln -s /opt/src/ikev2.sh /usr/bin