diff options
| author | 2026-04-10 02:03:11 +0000 | |
|---|---|---|
| committer | 2026-04-10 02:03:11 +0000 | |
| commit | 3c96ef4c66765bbcdef828979807430723c91a72 (patch) | |
| tree | 5cd69783ab9e3ec64fd0917e2c48d91790937ca6 | |
| parent | fix creating account from ipv6 (diff) | |
install.sh - 711 /etc/wireguard
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,3 +24,5 @@ umask 0077 wg genkey >/etc/wireguard/privkey umask 0022 wg pubkey </etc/wireguard/privkey >/etc/wireguard/pubkey + +chmod 711 /etc/wireguard |
