Skip to content

Commit

Permalink
Update IKEv2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Oct 23, 2022
1 parent 0266ed9 commit ff9356f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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/780f81554009938603cfa7615a5aa4713c558b0c/extras/ikev2setup.sh \
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/4174ffa3ef085dca8a39b232358d8f153635cc32/extras/ikev2setup.sh \
&& chmod +x /opt/src/ikev2.sh \
&& ln -s /opt/src/ikev2.sh /usr/bin

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -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/780f81554009938603cfa7615a5aa4713c558b0c/extras/ikev2setup.sh \
RUN wget -t 3 -T 30 -nv -O /opt/src/ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/4174ffa3ef085dca8a39b232358d8f153635cc32/extras/ikev2setup.sh \
&& chmod +x /opt/src/ikev2.sh \
&& ln -s /opt/src/ikev2.sh /usr/bin

Expand Down

0 comments on commit ff9356f

Please sign in to comment.