Skip to content

Commit 1dd6243

Browse files
committed
Update IKEv2 script
1 parent b30dd2f commit 1dd6243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -x \
3838
bison flex gcc make libc-dev bsd-compat-headers linux-pam-dev \
3939
nss-dev libcap-ng-dev libevent-dev curl-dev nspr-dev
4040

41-
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/ad2768370b8d27b97e63cdb8aaf1fe5ded9a6df8/extras/ikev2setup.sh \
41+
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/909bf12175252e2e167c36c3b12d174c01f0824f/extras/ikev2setup.sh \
4242
&& chmod +x /opt/src/ikev2.sh \
4343
&& ln -s /opt/src/ikev2.sh /usr/bin
4444

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apt-get -yqq update \
4242
&& rm -rf /var/log/* \
4343
&& update-alternatives --set iptables /usr/sbin/iptables-legacy
4444

45-
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/ad2768370b8d27b97e63cdb8aaf1fe5ded9a6df8/extras/ikev2setup.sh \
45+
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/909bf12175252e2e167c36c3b12d174c01f0824f/extras/ikev2setup.sh \
4646
&& chmod +x /opt/src/ikev2.sh \
4747
&& ln -s /opt/src/ikev2.sh /usr/bin
4848

0 commit comments

Comments
 (0)