Skip to content

Commit

Permalink
update vpnkit to v0.5.0-20211026 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Oct 26, 2021
1 parent 08fca16 commit 48db216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ mkdir -p "$USERPROFILE/wsl-vpnkit"

sudo apt install p7zip-full socat

wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211025/vpnkit-tap-vsockd
wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211025/vpnkit.exe
wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211026/vpnkit-tap-vsockd
wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211026/vpnkit.exe
mv vpnkit.exe "$USERPROFILE/wsl-vpnkit/wsl-vpnkit.exe"
chmod +x vpnkit-tap-vsockd
sudo chown root:root vpnkit-tap-vsockd
Expand Down
6 changes: 3 additions & 3 deletions distro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.14.2 AS vpnkit
RUN apk add --no-cache p7zip && \
apk list --installed
WORKDIR /files
RUN wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211025/vpnkit-tap-vsockd && \
wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211025/vpnkit.exe && \
wget https://raw.githubusercontent.com/sakai135/vpnkit/v0.5.0-20211025/LICENSE && \
RUN wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211026/vpnkit-tap-vsockd && \
wget https://github.com/sakai135/vpnkit/releases/download/v0.5.0-20211026/vpnkit.exe && \
wget https://raw.githubusercontent.com/sakai135/vpnkit/v0.5.0-20211026/LICENSE && \
chmod +x vpnkit-tap-vsockd && \
find . -type f -exec sha256sum {} \;

Expand Down

0 comments on commit 48db216

Please sign in to comment.