@anon
sign up
@anon
sign up
pull down to refresh
10 sats
\
0 replies
\
@ek
7 Aug 2023
\
on: Guide for setting up a WireGuard VPN server on a DigitalOcean droplet
tech
You should run
umask 077
before creating your wireguard private key else it may be readable by other users.
Or change permissions with
chmod 600
.
You shouldn't assume directory permissions are properly setup which may be the assumption in this guide.
But maybe I am just overly critical since I am working on my own WireGuard + iptables guide, lol
write
preview
reply
10 sats
umask 077
before creating your wireguard private key else it may be readable by other users.chmod 600
.