Skip to content

Commit

Permalink
Release: 0.1.3 with MTU fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrianBdn committed Mar 31, 2023
1 parent d2bad0e commit e7e6a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.1.2
VERSION=0.1.3
BUILD=`git rev-parse --short=8 HEAD`
.PHONY: all fmt static precommit arm64 amd64 fmt static test release release_dir

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Make sure you have WireGuard and iptables installed
To download using curl run:
```shell
# for x86_64
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.2/wg-cmd-0.1.2-linux-amd64 -o /usr/local/bin/wg-cmd
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.3/wg-cmd-0.1.3-linux-amd64 -o /usr/local/bin/wg-cmd

# for arm64
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.2/wg-cmd-0.1.2-linux-arm64 -o /usr/local/bin/wg-cmd
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.3/wg-cmd-0.1.3-linux-arm64 -o /usr/local/bin/wg-cmd
```

Set proper permissions and run the tool:
Expand Down

0 comments on commit e7e6a48

Please sign in to comment.