When using Wireguard before you had to run the container in privileged mode. Now with the environment variable UNPRIVILEGED=yes set you can run the container in unprivileged mode if the necessary caps and sysctl parameters are set (view updated README).
Additional changes:
Updated README
Remove credits from individual files; Clarify in README
apk -U upgrade during build replaced with apk update
When using Wireguard before you had to run the container in privileged mode. Now with the environment variable
UNPRIVILEGED=yes
set you can run the container in unprivileged mode if the necessary caps and sysctl parameters are set (view updated README).Additional changes:
apk -U upgrade
during build replaced withapk update