@@ -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
2929To 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
3838Set proper permissions and run the tool:
@@ -67,7 +67,7 @@ WireguardDir = "/etc/wireguard"
6767# directory for WireGuard configuration files
6868
6969DatabaseDir = " /etc/wireguard"
70- # directory for WG Commander database files (wgc-<interface-name>
70+ # directory for WG Commander database files (wgc-<interface-name>)
7171```
7272
7373You 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
165165distribution with WireGuard, iptables, sysctl, procfs available.
166166
167167It 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