Skip to content

Commit e67651c

Browse files
committed
updated version number and README
1 parent 698d052 commit e67651c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.1.5
1+
VERSION=0.1.6
22
BUILD=`git rev-parse --short=8 HEAD`
33
.PHONY: all fmt static precommit arm64 amd64 fmt static test release release_dir
44

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aka "wg-cmd" — TUI for managing WireGuard configuration files
1717
- automatically configures sysctl, systemd, NAT
1818

1919
## Current Limitations
20-
- supports only simple client-server WireGuard setup
20+
- supports simple client-server WireGuard setup
2121
- mostly for Linux (assumes iptables, systemd, sysctl are available) — see [Other OS](#other-os-besides-linux) section
2222
- can't manage existing WireGuard configuration (but you can create new WireGuard interfaces on the same host)
2323

@@ -29,10 +29,10 @@ Make sure you have WireGuard and iptables installed
2929
To download using curl run:
3030
```shell
3131
# for x86_64
32-
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.5-linux-amd64 -o /usr/local/bin/wg-cmd
32+
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.6/wg-cmd-0.1.6-linux-amd64 -o /usr/local/bin/wg-cmd
3333

3434
# for arm64
35-
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.5/wg-cmd-0.1.5-linux-arm64 -o /usr/local/bin/wg-cmd
35+
curl -SL https://github.com/andrianbdn/wg-cmd/releases/download/v0.1.6/wg-cmd-0.1.6-linux-arm64 -o /usr/local/bin/wg-cmd
3636
```
3737

3838
Set proper permissions and run the tool:
@@ -67,7 +67,7 @@ WireguardDir = "/etc/wireguard"
6767
# directory for WireGuard configuration files
6868

6969
DatabaseDir = "/etc/wireguard"
70-
# directory for WG Commander database files (wgc-<interface-name>
70+
# directory for WG Commander database files (wgc-<interface-name>)
7171
```
7272

7373
You can change these options to point to directories that you have write access to.
@@ -165,6 +165,7 @@ WG Commander should work well on any systemd-based Linux
165165
distribution with WireGuard, iptables, sysctl, procfs available.
166166

167167
It was tested on:
168+
- Ubuntu 24.04 (v0.1.6 tested on Aug 17 2024)
168169
- Ubuntu 20.04
169170
- Ubuntu 22.04
170171
- Rocky Linux 9

0 commit comments

Comments
 (0)